Reduced use of own css

This commit is contained in:
Giuseppe Digilio
2018-05-03 14:40:34 +02:00
parent 34e3e4bd2b
commit 3b9a334258
8 changed files with 31 additions and 26 deletions

View File

@@ -135,6 +135,7 @@ export class AuthService {
*/
public checkAuthenticationToken(): Observable<AuthTokenInfo> {
return this.store.select(getAuthenticationToken)
.take(1)
.map((authTokenInfo: AuthTokenInfo) => {
let token: AuthTokenInfo;
// Retrieve authentication token info and check if is valid