corbado / javascript

MIT License
6 stars 1 forks source link

Pre-fill identifier in login screen when login path is interrupted. #310

Closed Adam3371 closed 2 weeks ago

Adam3371 commented 3 weeks ago

Why

We assume that the main reason why users click on the edit identifier icon or navigate back during the login process, is because they just miss-spelled the identifier instead of having used a completely wrong identifier. So if a user is clicking on the identifier edit icon or navigating back, we want to provide a pre-filled login screen with the identifier the user just entered.

TODOS

The identifier edit icon can be found on following screens:

Adam3371 commented 2 weeks ago

@incorbador

Follow up ticket for second point here