Skip to content

Commit

Permalink
Fixed #102
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Jul 28, 2017
1 parent e6eb88f commit b1441d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class AuthenticationGuard implements CanActivate {
}

log.debug('Not authenticated, redirecting...');
this.router.navigate(['/login']);
this.router.navigate(['/login'], { replaceUrl: true });
return false;
}

Expand Down

0 comments on commit b1441d2

Please sign in to comment.