Merge pull request 'Token table caching issue resolved' (#5) from dev/TokenTableCachingIssue into main
Reviewed-on: #5
This commit is contained in:
commit
a30cf6fd60
@ -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