From 1972d701ffdabf89375ed015fb352bfc985b0913 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Sat, 19 Apr 2025 12:47:40 -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 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'); }