Revision 53302
Added by Myrto Koukouli about 6 years ago
landing.component.ts | ||
---|---|---|
48 | 48 |
if (this.authService.getIsUserLoggedIn()) { |
49 | 49 |
this.router.navigate([pageUrl]); |
50 | 50 |
} else { |
51 |
this.authService.redirectUrl = pageUrl; |
|
51 | 52 |
this.login(); |
52 | 53 |
} |
53 | 54 |
} |
Also available in: Unified diff
fixed redirecting to redirectUrl after login