diff options
author | Antoine Vigneau <antoine.vigneau@sonarsource.com> | 2024-03-20 14:59:46 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-03-20 20:02:31 +0000 |
commit | 417e619701c2a58f547310fc400347b2e062ff2c (patch) | |
tree | 98d8d6b9f9cd3efa9437bdf80138c0bd8107bd9a /server/sonar-web/src/main | |
parent | 8df57f7c51a0e184e6bb6aa4033822b7655758c1 (diff) | |
download | sonarqube-417e619701c2a58f547310fc400347b2e062ff2c.tar.gz sonarqube-417e619701c2a58f547310fc400347b2e062ff2c.zip |
SONAR-21882 Fix SSF-570
Diffstat (limited to 'server/sonar-web/src/main')
-rw-r--r-- | server/sonar-web/src/main/js/apps/settings/components/almIntegration/AzureForm.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/settings/components/almIntegration/AzureForm.tsx b/server/sonar-web/src/main/js/apps/settings/components/almIntegration/AzureForm.tsx index 305bef11c8e..d80d0f8d5d8 100644 --- a/server/sonar-web/src/main/js/apps/settings/components/almIntegration/AzureForm.tsx +++ b/server/sonar-web/src/main/js/apps/settings/components/almIntegration/AzureForm.tsx @@ -56,6 +56,9 @@ export default function AzureForm(props: AzureFormProps) { {translate('settings.almintegration.form.url.azure.help2')} <br /> <em>https://dev.azure.com/your_organization</em> + <br /> + <br /> + {translate('settings.almintegration.form.url.pat_warning')} </> } id="url.azure" |