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'); }