Skip to content

Commit

Permalink
Merge pull request #1787 from damienbod/fabiangosebrink-fix/return-ca…
Browse files Browse the repository at this point in the history
…sting-and-use-method-return-type

removed cast
  • Loading branch information
FabianGosebrink committed Jun 21, 2023
2 parents d4fbb47 + 68e4fc0 commit b16b3ea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -206,7 +206,7 @@ export class CheckAuthService {
accessToken: this.authStateService.getAccessToken(config),
idToken: this.authStateService.getIdToken(config),
configId,
} as LoginResponse;
};
}),
tap(({ isAuthenticated }) => {
this.publicEventsService.fireEvent(EventTypes.CheckingAuthFinished);
Expand Down

0 comments on commit b16b3ea

Please sign in to comment.