fix(auth): social login (#12759)
Fix https://github.com/twentyhq/private-issues/issues/280
This commit is contained in:
@ -779,7 +779,7 @@ export class AuthService {
|
||||
workspace: currentWorkspace,
|
||||
userData,
|
||||
authParams: {
|
||||
provider: AuthProviderEnum.Google,
|
||||
provider: authProvider,
|
||||
},
|
||||
billingCheckoutSessionState,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user