changes based on review comments

This commit is contained in:
Giuseppe Digilio
2018-05-23 18:13:34 +02:00
parent 4a697c09f6
commit e0efa5f8e5
22 changed files with 175 additions and 258 deletions

View File

@@ -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())
}