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