diff --git a/app/login.jsx b/app/login.jsx index 5b663ab..d7b5364 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'); }