Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Dec 22, 2022
1 parent fd1b2ba commit af3228c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ombi/ClientApp/src/app/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit af3228c

Please sign in to comment.