Add '/password/update' to public pages in NavBar component to allow password reset
This commit is contained in:
@@ -171,6 +171,7 @@ const NavBar = () => {
|
||||
'/login',
|
||||
'/auth/oauth2',
|
||||
'/forgot-password',
|
||||
'/password/update',
|
||||
'/login/settings',
|
||||
'/welcome',
|
||||
].includes(location.pathname)
|
||||
|
||||
Reference in New Issue
Block a user