Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3248975
D6305.id21058.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
939 B
Referenced Files
None
Subscribers
None
D6305.id21058.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
@@ -114,6 +114,9 @@
This signature will attest that your Ethereum identity is represented
by your new Comm identity.
</p>
+ <Button variant="filled" type="submit" onClick={undefined}>
+ Sign in
+ </Button>
</div>
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 11:41 AM (20 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2497686
Default Alt Text
D6305.id21058.diff (939 B)
Attached To
Mode
D6305: [web] Add "Sign in" button to `siweLoginContainer`
Attached
Detach File
Event Timeline
Log In to Comment