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

pull/4866/head
tidusjar 1 year ago
parent 473423719c
commit aca4ee3791

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

Loading…
Cancel
Save