@matchain/matchid-sdk-react 0.1.53-alpha.5 → 0.1.53-alpha.6
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/{chunk-RT42O3OC.mjs → chunk-UDXKFDXO.mjs} +2 -2
- package/dist/{chunk-LEHYGXVJ.mjs → chunk-Z7DMYFH5.mjs} +3 -3
- package/dist/chunk-Z7DMYFH5.mjs.map +1 -0
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -2
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-LEHYGXVJ.mjs.map +0 -1
- /package/dist/{chunk-RT42O3OC.mjs.map → chunk-UDXKFDXO.mjs.map} +0 -0
package/dist/hooks/index.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4780,7 +4780,7 @@ function WalletContent({
|
|
|
4780
4780
|
} catch (error2) {
|
|
4781
4781
|
console.error("signature", error2);
|
|
4782
4782
|
setStatus("error");
|
|
4783
|
-
setError(error2.message);
|
|
4783
|
+
setError(error2.reason || error2.message);
|
|
4784
4784
|
}
|
|
4785
4785
|
}, [nonce, status, address]);
|
|
4786
4786
|
(0, import_react23.useEffect)(() => {
|
|
@@ -7413,7 +7413,7 @@ function BusinessProvider({ children }) {
|
|
|
7413
7413
|
isOpen: EVMIsOpen && (EVMType == "login" && !overview && !token || EVMType == "bind" && !!token && !!overview),
|
|
7414
7414
|
onClose: EVMClose,
|
|
7415
7415
|
type: EVMType,
|
|
7416
|
-
onSuccess: EVMClose,
|
|
7416
|
+
onSuccess: () => walletModalClose(EVMClose),
|
|
7417
7417
|
zIndex: 199
|
|
7418
7418
|
}
|
|
7419
7419
|
),
|