fix(auth): social login (#12759)

Fix https://github.com/twentyhq/private-issues/issues/280
This commit is contained in:
Antoine Moreaux
2025-06-20 12:01:23 +02:00
committed by GitHub
parent 5b81e9e611
commit 57abc246ef

View File

@ -779,7 +779,7 @@ export class AuthService {
workspace: currentWorkspace, workspace: currentWorkspace,
userData, userData,
authParams: { authParams: {
provider: AuthProviderEnum.Google, provider: authProvider,
}, },
billingCheckoutSessionState, billingCheckoutSessionState,
}); });