@matchain/matchid-sdk-react 0.1.42-alpha.16 → 0.1.42-alpha.17

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.
@@ -9,7 +9,7 @@ import {
9
9
  unBindWalletApi,
10
10
  useUserInfo,
11
11
  verifyPohApi
12
- } from "./chunk-UCIEZ3XI.mjs";
12
+ } from "./chunk-KITTHHSR.mjs";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-J5LGTIGS.mjs";
@@ -90,4 +90,4 @@ export {
90
90
  user_exports,
91
91
  api_exports
92
92
  };
93
- //# sourceMappingURL=chunk-WCS3X2LC.mjs.map
93
+ //# sourceMappingURL=chunk-L3G6YN2D.mjs.map
@@ -2150,7 +2150,7 @@ function PasswordModal({
2150
2150
  ) }),
2151
2151
  /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Field, { label: intl.formatMessage({
2152
2152
  id: "rePassword"
2153
- }), error: rePassword.length > 0 ? rePasswordError || error : error, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2153
+ }), error: !walletReady ? intl.formatMessage({ id: "walletLoading" }) : rePassword.length > 0 ? rePasswordError || error : error, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2154
2154
  Input,
2155
2155
  {
2156
2156
  placeholder: intl.formatMessage({