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,
|
workspace: currentWorkspace,
|
||||||
userData,
|
userData,
|
||||||
authParams: {
|
authParams: {
|
||||||
provider: AuthProviderEnum.Google,
|
provider: authProvider,
|
||||||
},
|
},
|
||||||
billingCheckoutSessionState,
|
billingCheckoutSessionState,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user