You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When already being logging in from a previous session, hitting the /login route and and logging in again result in a /error page with "Already authenticated"
To Reproduce
Steps to reproduce the behavior:
Login and close the tab
Go to /login and login
See "Already authenticated"
Expected behavior
A automatic redirect to the /accounts route should be possible and would be nice.
Just make a hit at the /user/login route and check if "Already authenticated" is the case and then auto redirect to /accounts when a user is opening /login by accident. (I had it as a bookmark by accident, changed it now to only be /)
The text was updated successfully, but these errors were encountered:
Describe the bug
When already being logging in from a previous session, hitting the /login route and and logging in again result in a /error page with "Already authenticated"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A automatic redirect to the /accounts route should be possible and would be nice.
Just make a hit at the /user/login route and check if "Already authenticated" is the case and then auto redirect to /accounts when a user is opening /login by accident. (I had it as a bookmark by accident, changed it now to only be /)
The text was updated successfully, but these errors were encountered: