@depay/widgets 12.3.0 → 12.3.2

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/umd/index.js CHANGED
@@ -23753,7 +23753,6 @@
23753
23753
  recoverSignature = function recoverSignature(_ref) {
23754
23754
  var message = _ref.message,
23755
23755
  signature = _ref.signature;
23756
- _ref.wallet;
23757
23756
  return new Promise(function (resolve, reject) {
23758
23757
  fetch(endpoint, {
23759
23758
  method: 'POST',
@@ -23789,7 +23788,8 @@
23789
23788
  wallet.sign(messageToSign).then(function (signature) {
23790
23789
  recoverSignature({
23791
23790
  message: messageToSign,
23792
- signature: signature
23791
+ signature: signature,
23792
+ wallet: wallet
23793
23793
  }).then(function (account) {
23794
23794
  props.resolve({
23795
23795
  account: account,