Page MenuHomePhabricator

D12548.diff
No OneTemporary

D12548.diff

diff --git a/web/account/siwe-login-form.react.js b/web/account/siwe-login-form.react.js
--- a/web/account/siwe-login-form.react.js
+++ b/web/account/siwe-login-form.react.js
@@ -174,7 +174,7 @@
siweSignature: string,
) => {
try {
- return await walletLogIn(walletAddress, siweMessage, siweSignature);
+ await walletLogIn(walletAddress, siweMessage, siweSignature);
} catch (e) {
const messageForException = getMessageForException(e);
if (messageForException === 'user_not_found') {
@@ -187,7 +187,6 @@
} else if (messageForException === 'retry_from_native') {
setError('retry_from_native');
}
- throw e;
}
},
[walletLogIn],

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 29, 8:23 AM (21 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2199773
Default Alt Text
D12548.diff (737 B)

Event Timeline