Update login.jsx

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

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