diff --git a/src/views/components/NavBar.jsx b/src/views/components/NavBar.jsx index 792d88c..92690bf 100644 --- a/src/views/components/NavBar.jsx +++ b/src/views/components/NavBar.jsx @@ -115,9 +115,13 @@ const NavBar = () => { }) }, []) if ( - ['/signup', '/login', '/forgot-password', '/login/settings'].includes( - location.pathname, - ) + [ + '/signup', + '/login', + '/auth/oauth2', + '/forgot-password', + '/login/settings', + ].includes(location.pathname) ) { return ( // no navbar but show the safe area padding