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
Right now, when a user is signed in and authenticated, they're redirected to the home page. We want to make it so that logged-in users shouldn't be able to revisit the /login an /signup pages until they log out.
Requirements:
/login and /signup pages are both protected for logged-in users
Navigating to either page automatically redirects to the home / page
The text was updated successfully, but these errors were encountered:
Right now, when a user is signed in and authenticated, they're redirected to the home page. We want to make it so that logged-in users shouldn't be able to revisit the
/login
an/signup
pages until they log out.Requirements:
/login
and/signup
pages are both protected for logged-in users/
pageThe text was updated successfully, but these errors were encountered: