Compare commits
2 Commits
2d9b89fdd8
...
a30cf6fd60
Author | SHA1 | Date | |
---|---|---|---|
a30cf6fd60 | |||
febea32de8 |
@ -90,7 +90,7 @@ export default function AuthPage() {
|
||||
if (user) {
|
||||
localStorage.setItem("isLoggedIn", "true");
|
||||
setIsAuthenticated(true);
|
||||
router.push("/dashboard");
|
||||
window.location.href = '/dashboard';
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
|
Loading…
Reference in New Issue
Block a user