diff --git a/packages/hoppscotch-backend/src/auth/auth.service.ts b/packages/hoppscotch-backend/src/auth/auth.service.ts index f1bb3ccc9..cce4e2d20 100644 --- a/packages/hoppscotch-backend/src/auth/auth.service.ts +++ b/packages/hoppscotch-backend/src/auth/auth.service.ts @@ -229,7 +229,7 @@ export class AuthService { * * If user was created with another provider findUserByEmail may return true */ const profile = { - provider: 'email', + provider: 'magic', id: user.value.email, }; const providerAccountExists = await this.checkIfProviderAccountExists(