Context in ENG-2543
Details
Details
Make sure keyserver will throw any error, register via SIWE, check if alert is visible and after click will navigate to login modal.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- siwe-stuff
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Please address comments before landing!!
native/account/siwe-panel.react.js | ||
---|---|---|
115 ↗ | (On Diff #20218) | Let's actually add throw e here so we still fail the request (we want SIWE_AUTH_FAILED action, not SIWE_AUTH_SUCCESS action) |
117 ↗ | (On Diff #20218) | Nit: I would keep the nextMode destructuring here on this line, so it's localized with where it's used. Otherwise I found myself asking "why do we need nextMode?" where it was destructured |
native/account/siwe-panel.react.js | ||
---|---|---|
115 ↗ | (On Diff #20218) | thanks for catching this! |