Add '/password/update' to public pages in NavBar component to allow password reset

This commit is contained in:
Mo Tarbin
2026-03-23 22:31:17 -04:00
parent cd2fa7943b
commit c4b6674492

View File

@@ -171,6 +171,7 @@ const NavBar = () => {
'/login',
'/auth/oauth2',
'/forgot-password',
'/password/update',
'/login/settings',
'/welcome',
].includes(location.pathname)