fix: Fixed the issue where the login page is still present after logging in with oauth

This commit is contained in:
tidusjar 2023-01-26 14:13:42 +00:00
commit aca4ee3791

View file

@ -222,7 +222,7 @@ export class LoginComponent implements OnDestroy, OnInit {
} }
this.oauthLoading = false; this.oauthLoading = false;
this.loadStores(); this.loadStores();
this.router.navigate(["search"]); this.router.navigate([""]);
return; return;
} }
} }