This commit is contained in:
Giuseppe Digilio
2018-04-04 17:40:55 +02:00
parent b2e46f7bd3
commit ebdb17d083

View File

@@ -276,7 +276,7 @@ export class AuthService {
* Redirect to the login route
*/
public redirectToLogin() {
this.router.navigate(LOGIN_ROUTE);
this.router.navigate([LOGIN_ROUTE]);
}
/**