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

pull/4866/head
tidusjar 2 years ago
parent 473423719c
commit aca4ee3791

@ -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;
} }
} }

Loading…
Cancel
Save