This commit is contained in:
Arjun Patel
2022-02-01 23:46:13 -08:00
parent 5cec657af0
commit 22d4536200
6 changed files with 54 additions and 59 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default function Login() {
// if auth, go to dashboard
if (currUser) {
console.log("already logged in, redirecting to router");
router.push("/teams");
router.push("/s");
}
}, [currUser]);