We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d2d1ba + abfce98 commit 6ab4b71Copy full SHA for 6ab4b71
1 file changed
01-Login/src/app/auth/auth.service.ts
@@ -108,7 +108,7 @@ export class AuthService {
108
// Response will be an array of user and login status
109
authComplete$.subscribe(([user, loggedIn]) => {
110
// Redirect to target route after callback processing
111
- this.router.navigate([targetRoute]);
+ this.router.navigateByUrl(targetRoute);
112
});
113
}
114
0 commit comments