feat: implement forgot password, added security updates
This commit is contained in:
@@ -18,6 +18,8 @@ export default function App() {
|
||||
location.pathname.startsWith("/login") ||
|
||||
location.pathname.startsWith("/register") ||
|
||||
location.pathname.startsWith("/verify") ||
|
||||
location.pathname.startsWith("/forgot-password") ||
|
||||
location.pathname.startsWith("/reset-password") ||
|
||||
location.pathname.startsWith("/beta");
|
||||
|
||||
const showUpdateModal = !isPublicRoute && !!notice && dismissedVersion !== notice.version;
|
||||
|
||||
Reference in New Issue
Block a user