This commit is contained in:
tidusjar 2020-03-20 10:10:26 +00:00
parent d4b614f2ed
commit 7385aa82f2

View file

@ -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"]);
}