Same copy we use on landing. Includes some styling tweaks to ensure that things look reasonable.
Details
Details
- Reviewers
tomek ashoat - Commits
- rCOMM586bc22f6431: [web] Add SIWE copy to `siweLoginForm`
Here's what it looks like:
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
web/account/siwe.react.js | ||
---|---|---|
110–111 ↗ | (On Diff #21057) | Can we avoid copy-paste? Maybe this could be in lib as an array with two strings. React should automatically convert the apostrophe character to ' I think |
web/account/siwe.react.js | ||
---|---|---|
110–111 ↗ | (On Diff #21057) | Sure, can move to lib... wanted to avoid indirection but isn't great that we're copy/pasting either |
lib/utils/siwe-utils.js | ||
---|---|---|
76 | Can you use an apostrophe instead of a single quote? |
lib/utils/siwe-utils.js | ||
---|---|---|
76 | Ah I think you missed this comment |
lib/utils/siwe-utils.js | ||
---|---|---|
76 | Ah crap, I'll update in a followup diff. |