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
If a user tries to go to a protected route and they're not authenticated, upon loging in they should redirected to the route they were trying to access.
For example, unauthed user tries to go to /groups. They are redirected to /login. Once they login, they are redirected to /groups.
Also add a 404 page for routes that do not exist
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: