new configuration version

This commit is contained in:
haburger 2024-08-20 13:31:17 +00:00
parent 14e6676dfb
commit 26e03a7d26
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-97c309f84e290a99578b1666c8e6fbb2cde07963"
tag: "r-258a82a9bd0382dfcefc2fc4d7ef0cae352361f1"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
credentials: "git-credentials"
keystores:

View File

@ -27,7 +27,7 @@ try {
response.setSessionAttribute('agov.recovery.captchaSettings.enabled', String.valueOf(json.captchaSettings.enabled))
response.setSessionAttribute('agov.recovery.captchaSettings.siteKey', json.friendlyCaptureClientSettings.siteKey)
response.setSessionAttribute('agov.recovery.json.captchaSettings.puzzleUrl', json.friendlyCaptureClientSettings.puzzleUrl)
response.setSessionAttribute('agov.recovery.captchaSettings.puzzleUrl', json.friendlyCaptureClientSettings.puzzleUrl)
response.setResult('ok')