diff --git a/src/app/core/auth/auth.service.ts b/src/app/core/auth/auth.service.ts index 557dde73c0..6b9f31ee91 100644 --- a/src/app/core/auth/auth.service.ts +++ b/src/app/core/auth/auth.service.ts @@ -276,7 +276,7 @@ export class AuthService { * Redirect to the login route */ public redirectToLogin() { - this.router.navigate(LOGIN_ROUTE); + this.router.navigate([LOGIN_ROUTE]); } /**