fix:
This commit is contained in:
@ -61,7 +61,7 @@ export class AuthService {
|
||||
const token = localStorage.getItem(ApiService.tokenKey);
|
||||
|
||||
if (!token)
|
||||
return of();
|
||||
return of({} as TokenResponse);
|
||||
|
||||
const authToken = JSON.parse(token) as AuthToken;
|
||||
|
||||
|
Reference in New Issue
Block a user