corbado / javascript

MIT License
6 stars 1 forks source link

Remove back navigation option in Signup and Login screen. #283

Closed Adam3371 closed 4 weeks ago

Adam3371 commented 1 month ago

Why

In the signup and login process we currently catch every "back navigation" event and show a "Abort Signup/Login?" dialog.

This "back navigation" event is also tracked in the signup and login screen, but here a "Abort Signup/Login?" dialog makes no sense because there is nothing to abort.

TODOS

Acceptance criteria

Adam3371 commented 1 month ago

We have defined some overall rules for back navigation that we should implement for the signup flow:

TODOS

Adam3371 commented 1 month ago

Tested Some minor issues

Email magic link coming soon