tidusjar 5 years ago
parent d4b614f2ed
commit 7385aa82f2

@ -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…
Cancel
Save