Update login.jsx

This commit is contained in:
Matt DiMeglio 2025-04-19 12:47:47 -04:00
parent 1972d701ff
commit 9016770156

View file

@ -53,11 +53,11 @@ export default function Login() {
useEffect(() => { useEffect(() => {
// Temp for Testing // Temp for Testing
if (!auth) { // if (!auth) {
setTimeout(() => { // setTimeout(() => {
router.navigate('./incidents'); // router.navigate('./incidents');
}, 1000); // }, 1000);
} // }
if (auth) { if (auth) {
router.navigate('./incidents'); router.navigate('./incidents');
} }