We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4fbb47 + 68e4fc0 commit b16b3eaCopy full SHA for b16b3ea
projects/angular-auth-oidc-client/src/lib/auth-state/check-auth.service.ts
@@ -206,7 +206,7 @@ export class CheckAuthService {
206
accessToken: this.authStateService.getAccessToken(config),
207
idToken: this.authStateService.getIdToken(config),
208
configId,
209
- } as LoginResponse;
+ };
210
}),
211
tap(({ isAuthenticated }) => {
212
this.publicEventsService.fireEvent(EventTypes.CheckingAuthFinished);
0 commit comments