mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
changes based on review comments
This commit is contained in:
@@ -47,7 +47,7 @@ export class ServerAuthService extends AuthService {
|
||||
/**
|
||||
* Checks if token is present into browser storage and is valid. (NB Check is done only on SSR)
|
||||
*/
|
||||
public checksAuthenticationToken() {
|
||||
public checkAuthenticationToken() {
|
||||
this.store.dispatch(new CheckAuthenticationTokenAction())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user