angular2-authentication-sample icon indicating copy to clipboard operation
angular2-authentication-sample copied to clipboard

route is calling twice

Open jackesdavid opened this issue 8 years ago • 1 comments

Hi friends, i think there is a issu in src/app/LoggedInOutlet.ts.

The redirect is calling twice . We need to remove the "return" statement.

We need just call super.

super.activate(instruction);

jackesdavid avatar Mar 10 '16 19:03 jackesdavid

before return super.activate(instruction);

after super.activate(instruction);

jackesdavid avatar Mar 10 '16 19:03 jackesdavid