@depay/widgets 12.2.1 → 12.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -23757,6 +23757,7 @@ var SignLoginDialog = (function (props) {
23757
23757
  recoverSignature = function recoverSignature(_ref) {
23758
23758
  var message = _ref.message,
23759
23759
  signature = _ref.signature;
23760
+ _ref.wallet;
23760
23761
  return new Promise(function (resolve, reject) {
23761
23762
  fetch(endpoint, {
23762
23763
  method: 'POST',