@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/esm/index.js CHANGED
@@ -23757,7 +23757,6 @@ var SignLoginDialog = (function (props) {
23757
23757
  recoverSignature = function recoverSignature(_ref) {
23758
23758
  var message = _ref.message,
23759
23759
  signature = _ref.signature;
23760
- _ref.wallet;
23761
23760
  return new Promise(function (resolve, reject) {
23762
23761
  fetch(endpoint, {
23763
23762
  method: 'POST',
@@ -23793,7 +23792,8 @@ var SignLoginDialog = (function (props) {
23793
23792
  wallet.sign(messageToSign).then(function (signature) {
23794
23793
  recoverSignature({
23795
23794
  message: messageToSign,
23796
- signature: signature
23795
+ signature: signature,
23796
+ wallet: wallet
23797
23797
  }).then(function (account) {
23798
23798
  props.resolve({
23799
23799
  account: account,