From 2352dba617ca085fe29c121b2189be0e05f7e2a6 Mon Sep 17 00:00:00 2001 From: Andy Wilkins Date: Mon, 18 Nov 2024 11:32:05 +0000 Subject: [PATCH] stupid sonar --- src/auth/oauth2/models/oauth2.class.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/auth/oauth2/models/oauth2.class.ts b/src/auth/oauth2/models/oauth2.class.ts index eab3e52..45f89e4 100644 --- a/src/auth/oauth2/models/oauth2.class.ts +++ b/src/auth/oauth2/models/oauth2.class.ts @@ -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 }) } }