@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.
@@ -23799,6 +23799,7 @@ var SignLoginDialog = (function (props) {
23799
23799
  recoverSignature = function recoverSignature(_ref) {
23800
23800
  var message = _ref.message,
23801
23801
  signature = _ref.signature;
23802
+ _ref.wallet;
23802
23803
  return new Promise(function (resolve, reject) {
23803
23804
  fetch(endpoint, {
23804
23805
  method: 'POST',