Feature/callpage #18

Merged
mattdimegs merged 17 commits from feature/callpage into main 2025-04-19 16:48:15 +00:00
Showing only changes of commit 9016770156 - Show all commits

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