mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16: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) {
|
if (cookie.Auth) {
|
||||||
const jwtVal = cookie.Auth;
|
const jwtVal = cookie.Auth;
|
||||||
this.store.save("id_token", jwtVal);
|
this.store.save("id_token", jwtVal);
|
||||||
this.router.navigate(["search"]);
|
this.router.navigate(["discover"]);
|
||||||
} else {
|
} else {
|
||||||
this.router.navigate(["login"]);
|
this.router.navigate(["login"]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue