Skip to content

Commit

Permalink
stupid sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
andywilkinshmcts committed Nov 18, 2024
1 parent 00b389c commit 2352dba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auth/oauth2/models/oauth2.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export class OAuth2 extends Strategy {
profile: any,
done: VerifyCallback,
): void => {
this.logger.log('verify callback ' + profile?.email)
done(null, { tokenset: { accessToken, refreshToken }, userinfo: profile })
}
}
Expand Down

0 comments on commit 2352dba

Please sign in to comment.