Skip to content

Commit

Permalink
fix: Fixed the issue where the login page is still present after logg…
Browse files Browse the repository at this point in the history
…ing in with oauth
  • Loading branch information
tidusjar committed Jan 26, 2023
1 parent 4734237 commit aca4ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ombi/ClientApp/src/app/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export class LoginComponent implements OnDestroy, OnInit {
}
this.oauthLoading = false;
this.loadStores();
this.router.navigate(["search"]);
this.router.navigate([""]);
return;
}
}
Expand Down

0 comments on commit aca4ee3

Please sign in to comment.