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
Instead of checking for a specific location path, this check might be more robust if it checked the redux store for loginResult.loggedIn (or look for the login cookie, in the future) to decide whether to show the navbar. This way, you could have additional "logged-out" pages and paths, i.e. mpcc-assistant.com/signup, mpcc-assistant.com/signin, mpcc-assistant.com/forgotpassword and the navbar would handle those pages.
The text was updated successfully, but these errors were encountered:
mpcc-assistant/src/client/components/navbar/Navbar.js
Line 45 in 6c0d9f5
Instead of checking for a specific location path, this check might be more robust if it checked the redux store for loginResult.loggedIn (or look for the login cookie, in the future) to decide whether to show the navbar. This way, you could have additional "logged-out" pages and paths, i.e. mpcc-assistant.com/signup, mpcc-assistant.com/signin, mpcc-assistant.com/forgotpassword and the navbar would handle those pages.
The text was updated successfully, but these errors were encountered: