Skip to content
Snippets Groups Projects
Commit ebdb17d0 authored by Giuseppe Digilio's avatar Giuseppe Digilio
Browse files

Fixes

parent b2e46f7b
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ export class AuthService {
* Redirect to the login route
*/
public redirectToLogin() {
this.router.navigate(LOGIN_ROUTE);
this.router.navigate([LOGIN_ROUTE]);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment