fix(recaptcha|sso): recaptcha not generated issue (#9764)
Fix https://github.com/twentyhq/twenty/issues/9759 https://github.com/twentyhq/twenty/issues/9694 https://github.com/twentyhq/twenty/issues/9323
This commit is contained in:
@ -37,6 +37,7 @@ export const SettingsSSOIdentitiesProvidersListCard = () => {
|
||||
);
|
||||
|
||||
const { loading } = useListSsoIdentityProvidersByWorkspaceIdQuery({
|
||||
fetchPolicy: 'network-only',
|
||||
skip: currentWorkspace?.hasValidEntrepriseKey === false,
|
||||
onCompleted: (data) => {
|
||||
setSSOIdentitiesProviders(
|
||||
|
||||
Reference in New Issue
Block a user