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
We would like to implement the same mechanism for http://localhost:3000/signin. This way, even if a user signs in, is redirected to the main app page, and then clicks the back button, they will be forcibly redirected to the main app page again.
The text was updated successfully, but these errors were encountered:
mlajkim
changed the title
When signed in and scroll backed, it must go back to the main app
Implementing Persistent Redirection for Signed-In Users
Jul 8, 2023
At present, if you're already signed in and attempt to access http://localhost:3000/welcome directly, the system will redirect you to the main app page at http://localhost:3000.
We would like to implement the same mechanism for http://localhost:3000/signin. This way, even if a user signs in, is redirected to the main app page, and then clicks the back button, they will be forcibly redirected to the main app page again.
The text was updated successfully, but these errors were encountered: