This diff keeps them in the codebase for now, in case we want to bring this back.
Details
Details
Tested opening the registration flow from the main screen and from FullscreenSIWEPanel. Make sure CoolOrNerdModeSelection and KeyserverSelection don't appear. Make sure that I am able to successfully register
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/account/registration/connect-ethereum.react.js | ||
---|---|---|
66 | So currently, all users will see the "nerd" version, right? I think that's good, just wanted to flag this |
native/account/registration/connect-ethereum.react.js | ||
---|---|---|
66 | No, it's actually the opposite. userSelections?.coolOrNerdMode will be undefined, so isNerdMode will be false, and this check will evaluate as true |