Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33304905
D6305.1768788882.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
944 B
Referenced Files
None
Subscribers
None
D6305.1768788882.diff
View Options
diff --git a/web/account/siwe.css b/web/account/siwe.css
--- a/web/account/siwe.css
+++ b/web/account/siwe.css
@@ -27,15 +27,21 @@
color: white;
font-family: sans-serif;
text-align: center;
- padding-top: 14px;
+ padding-bottom: 20px;
font-size: 14px;
}
+div.siweLoginFormContainer {
+ display: flex;
+ flex-direction: column;
+}
+
div.connectButtonContainer {
width: 100%;
display: flex;
justify-content: center;
align-content: center;
+ padding-bottom: 20px;
}
div.siweContainer {
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
@@ -109,6 +109,9 @@
</div>
<p>{siweMessageSigningExplanationStatements[0]}</p>
<p>{siweMessageSigningExplanationStatements[1]}</p>
+ <Button variant="filled" type="submit" onClick={undefined}>
+ Sign in
+ </Button>
</div>
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 2:14 AM (2 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5953927
Default Alt Text
D6305.1768788882.diff (944 B)
Attached To
Mode
D6305: [web] Add "Sign in" button to `siweLoginContainer`
Attached
Detach File
Event Timeline
Log In to Comment