From c4b667449257845eaef277765aa6987b67115133 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Mon, 23 Mar 2026 22:31:17 -0400 Subject: [PATCH] Add '/password/update' to public pages in NavBar component to allow password reset --- src/views/components/NavBar.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/components/NavBar.jsx b/src/views/components/NavBar.jsx index 222a09a..91a24c7 100644 --- a/src/views/components/NavBar.jsx +++ b/src/views/components/NavBar.jsx @@ -171,6 +171,7 @@ const NavBar = () => { '/login', '/auth/oauth2', '/forgot-password', + '/password/update', '/login/settings', '/welcome', ].includes(location.pathname)