]> source.dussan.org Git - sonarqube.git/commit
SONAR-16565 Move max token lifetime logic to its own function
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Fri, 8 Jul 2022 08:13:41 +0000 (10:13 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 8 Jul 2022 20:02:47 +0000 (20:02 +0000)
commit231b27662db5d7525d24704e6c53981662e3403f
treefa2cabaa4e740e84759e1f57f2c12d1dac431bd5
parentbcf7cdd7569465198d9d0252b6aedcfc51c83474
SONAR-16565 Move max token lifetime logic to its own function
server/sonar-web/src/main/js/api/settings.ts
server/sonar-web/src/main/js/apps/account/__tests__/Account-it.tsx
server/sonar-web/src/main/js/apps/users/components/TokensForm.tsx
server/sonar-web/src/main/js/helpers/__tests__/tokens-test.ts [new file with mode: 0644]
server/sonar-web/src/main/js/helpers/tokens.ts [new file with mode: 0644]