new configuration version
This commit is contained in:
parent
d610ab5f78
commit
0153e97868
|
@ -45,7 +45,7 @@ spec:
|
|||
podDisruptionBudget:
|
||||
maxUnavailable: "50%"
|
||||
git:
|
||||
tag: "r-46d6909d7adf378850bd3b79821f2f9a93af3185"
|
||||
tag: "r-9efe638c6ac21d0a2b699abc2c739f1922639620"
|
||||
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
|
||||
credentials: "git-credentials"
|
||||
keystores:
|
||||
|
|
|
@ -151,7 +151,7 @@ if (session['ch.adnovum.nevisidm.userDto'] != null && notes['lasterror'] == null
|
|||
response.setResult('needCode')
|
||||
return
|
||||
} else {
|
||||
LOG.warning("AGOVaq100 recovery: skipped Recovery-Code check '${recoveryCode ? recoveryCode.state.text() : 'MISSING'}'")
|
||||
LOG.warn("AGOVaq100 recovery: skipped Recovery-Code check '${recoveryCode ? recoveryCode.state.text() : 'MISSING'}'")
|
||||
response.setResult('ok')
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue