Project

General

Profile

« Previous | Next » 

Revision 53302

fixed redirecting to redirectUrl after login

View differences:

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