Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32583123
D6303.1767401641.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
809 B
Referenced Files
None
Subscribers
None
D6303.1767401641.diff
View Options
diff --git a/web/account/siwe.react.js b/web/account/siwe.react.js
--- a/web/account/siwe.react.js
+++ b/web/account/siwe.react.js
@@ -90,9 +90,9 @@
[],
);
- let siweConnectButton;
+ let siweLoginForm;
if (signer && !siweNonce) {
- siweConnectButton = (
+ siweLoginForm = (
<div className={css.connectButtonContainer}>
<LoadingIndicator
status={getSIWENonceCallLoadingStatus}
@@ -101,7 +101,7 @@
</div>
);
} else if (signer) {
- siweConnectButton = (
+ siweLoginForm = (
<div className={css.connectButtonContainer}>
<ConnectButton />
</div>
@@ -132,7 +132,7 @@
return (
<div className={css.siweContainer}>
<hr />
- {siweConnectButton}
+ {siweLoginForm}
{siweButton}
</div>
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 3, 12:54 AM (18 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5884662
Default Alt Text
D6303.1767401641.diff (809 B)
Attached To
Mode
D6303: [web] Rename `siweConnectButton` to `siweLoginForm`
Attached
Detach File
Event Timeline
Log In to Comment