From 1f581e7b517b9a2129f3657d4d0269fa4a102018 Mon Sep 17 00:00:00 2001 From: Balu Babu Date: Fri, 13 Jan 2023 01:48:25 +0530 Subject: [PATCH] chore: added logic to create and add google accoun to pre-existing user accounts --- .../hoppscotch-backend/src/auth/strategies/google.strategy.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/hoppscotch-backend/src/auth/strategies/google.strategy.ts b/packages/hoppscotch-backend/src/auth/strategies/google.strategy.ts index d4247b7ed..ad1f48a47 100644 --- a/packages/hoppscotch-backend/src/auth/strategies/google.strategy.ts +++ b/packages/hoppscotch-backend/src/auth/strategies/google.strategy.ts @@ -23,7 +23,6 @@ export class GoogleStrategy extends PassportStrategy(Strategy) { const user = await this.usersService.findUserByEmail( profile.emails[0].value, ); - console.log('user log', user); if (O.isNone(user)) { const createdUser = await this.usersService.createUserSSO(