new configuration version

This commit is contained in:
haburger 2024-12-17 21:56:49 +00:00
parent abb4959a49
commit 1f14cac9da
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-62662ede470107ec5096dcb2a1eeea54ac2b8773"
tag: "r-64636a83615bbcbfb88c345b04dfe9606764721c"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
credentials: "git-credentials"
keystores:

View File

@ -2197,7 +2197,7 @@
<!-- source: pattern://584964c837512845d7940809 -->
<Gui name="recovery_check_code">
<!-- source: pattern://584964c837512845d7940809 -->
<GuiElem name="lasterror" type="error" label="${notes:lasterrorinfo}" value="#{ notes.containsKey('lasterror') ? (notes.getProperty('lasterror') == '3' ? 'check' : 'locked' ): '' }"/>
<GuiElem name="lasterror" type="error" label="${notes:lasterrorinfo}" value="#{ notes.containsKey('lasterror') ? ((notes.getProperty('lasterror') == '1' or notes.getProperty('lasterror') == '3') ? 'check' : 'locked' ): '' }"/>
<!-- source: pattern://584964c837512845d7940809 -->
<GuiElem name="code" type="pw-text" label="not-used" value="hide-input-in-logs" optional="true"/>
<!-- source: pattern://584964c837512845d7940809 -->