Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33295891
D5965.1768754132.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
487 B
Referenced Files
None
Subscribers
None
D5965.1768754132.diff
View Options
diff --git a/lib/actions/siwe-actions.js b/lib/actions/siwe-actions.js
--- a/lib/actions/siwe-actions.js
+++ b/lib/actions/siwe-actions.js
@@ -10,8 +10,8 @@
const getSIWENonce = (
callServerEndpoint: CallServerEndpoint,
): (() => Promise<string>) => async () => {
- const nonce = await callServerEndpoint('siwe_nonce');
- return nonce;
+ const response = await callServerEndpoint('siwe_nonce');
+ return response.nonce;
};
export { getSIWENonceActionTypes, getSIWENonce };
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 18, 4:35 PM (11 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5952343
Default Alt Text
D5965.1768754132.diff (487 B)
Attached To
Mode
D5965: [lib] Fix return value of `getSIWENonce`
Attached
Detach File
Event Timeline
Log In to Comment