mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Fixes
This commit is contained in:
@@ -276,7 +276,7 @@ export class AuthService {
|
||||
* Redirect to the login route
|
||||
*/
|
||||
public redirectToLogin() {
|
||||
this.router.navigate(LOGIN_ROUTE);
|
||||
this.router.navigate([LOGIN_ROUTE]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user