mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
fix: Fixed the issue where the login page is still present after logging in with oauth
This commit is contained in:
parent
473423719c
commit
aca4ee3791
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ export class LoginComponent implements OnDestroy, OnInit {
|
|||
}
|
||||
this.oauthLoading = false;
|
||||
this.loadStores();
|
||||
this.router.navigate(["search"]);
|
||||
this.router.navigate([""]);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue