mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
Should fix https://github.com/tidusjar/Ombi/issues/3417
This commit is contained in:
parent
d4b614f2ed
commit
7385aa82f2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export class CookieComponent implements OnInit {
|
|||
if (cookie.Auth) {
|
||||
const jwtVal = cookie.Auth;
|
||||
this.store.save("id_token", jwtVal);
|
||||
this.router.navigate(["search"]);
|
||||
this.router.navigate(["discover"]);
|
||||
} else {
|
||||
this.router.navigate(["login"]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue