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