From 901677015619ea2dbdbb6615a4517733de7bbb68 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Sat, 19 Apr 2025 12:47:47 -0400 Subject: [PATCH] Update login.jsx --- app/login.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/login.jsx b/app/login.jsx index d7b5364..5b663ab 100644 --- a/app/login.jsx +++ b/app/login.jsx @@ -53,11 +53,11 @@ export default function Login() { useEffect(() => { // Temp for Testing - if (!auth) { - setTimeout(() => { - router.navigate('./incidents'); - }, 1000); - } + // if (!auth) { + // setTimeout(() => { + // router.navigate('./incidents'); + // }, 1000); + // } if (auth) { router.navigate('./incidents'); }