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(() => {
// Temp for Testing
// if (!auth) {
// setTimeout(() => {
// router.navigate('./incidents');
// }, 1000);
// }
if (!auth) {
setTimeout(() => {
router.navigate('./incidents');
}, 1000);
}
if (auth) {
router.navigate('./incidents');
}