]> source.dussan.org Git - sonarqube.git/commit
SONAR-14662 New risk consent page
authorJeremy Davis <jeremy.davis@sonarsource.com>
Fri, 9 Apr 2021 09:27:07 +0000 (11:27 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 15 Apr 2021 20:03:44 +0000 (20:03 +0000)
commit6ae4c2140b35dd4569a4a17a0c3f577f0895d56e
treed51745e3d2d196c0cab4bb645eaad5a5a6831484
parentc54b7df81f34bd61265adb1e22fad6d53533367b
SONAR-14662 New risk consent page
server/sonar-web/src/main/js/app/components/PluginRiskConsent.css [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/PluginRiskConsent.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/ResetPassword.tsx
server/sonar-web/src/main/js/app/components/__tests__/PluginRiskConsent-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/__tests__/ResetPassword-test.tsx
server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/PluginRiskConsent-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/app/utils/startReactApp.tsx