This commit is contained in:
Jamie 2022-12-22 15:31:38 +00:00 committed by GitHub
parent fd1b2ba2ab
commit e98f71f8ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ export class AuthService extends ServiceHelpers {
}
public loggedIn() {
const token: string = this.jwtHelperService.tokenGetter();
const token = this.jwtHelperService.tokenGetter() as string;
if (!token) {
return false;