diff options
Diffstat (limited to 'server/sonar-web/src')
-rw-r--r-- | server/sonar-web/src/main/js/apps/settings/components/authentication/hook/useGithubConfiguration.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/settings/components/authentication/hook/useGithubConfiguration.ts b/server/sonar-web/src/main/js/apps/settings/components/authentication/hook/useGithubConfiguration.ts index 5ad6944dd0d..6f9ac390726 100644 --- a/server/sonar-web/src/main/js/apps/settings/components/authentication/hook/useGithubConfiguration.ts +++ b/server/sonar-web/src/main/js/apps/settings/components/authentication/hook/useGithubConfiguration.ts @@ -39,6 +39,7 @@ export const OPTIONAL_FIELDS = [ ...GITHUB_JIT_FIELDS, 'sonar.auth.github.organizations', 'sonar.auth.github.groupsSync', + 'provisioning.github.project.visibility.enabled', ]; export interface SamlSettingValue { |