Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33040446
D6537.1768413627.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
880 B
Referenced Files
None
Subscribers
None
D6537.1768413627.diff
View Options
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
@@ -137,6 +137,10 @@
return (
<div className={css.siweLoginFormContainer}>
+ <h4>Sign in with Ethereum</h4>
+ <div className={css.headerSeparator}>
+ <hr />
+ </div>
<div className={css.connectButtonContainer}>
<ConnectButton />
</div>
diff --git a/web/account/siwe.css b/web/account/siwe.css
--- a/web/account/siwe.css
+++ b/web/account/siwe.css
@@ -13,6 +13,17 @@
font-size: 14px;
}
+div.siweLoginFormContainer h4 {
+ color: white;
+ font-family: sans-serif;
+}
+
+div.headerSeparator hr {
+ margin: 8px 0;
+ border: none;
+ border-top: #282537 solid 1px;
+}
+
div.siweLoginFormContainer {
display: flex;
flex-direction: column;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 14, 6:00 PM (11 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5933290
Default Alt Text
D6537.1768413627.diff (880 B)
Attached To
Mode
D6537: [web] Add "Sign in with Ethereum" header to `SIWELoginForm`
Attached
Detach File
Event Timeline
Log In to Comment