@let recoveryAuthnCodesConfigBean = kcContext.recoveryAuthnCodesConfigBean; @let isAppInitiatedAction = kcContext.isAppInitiatedAction; {{ i18n.msgStr('recovery-code-config-header') }}

Warning alert: {{ i18n.msgStr('recovery-code-config-warning-title') }}

{{ i18n.msgStr('recovery-code-config-warning-message') }}

    @for (code of recoveryAuthnCodesConfigBean.generatedRecoveryAuthnCodesList; track code; let i = $index) {
  1. {{ i + 1 }}: {{ code.slice(0, 4) }}-{{ code.slice(4, 8) }}-{{ code.slice(8) }}
  2. }
@if (isAppInitiatedAction) { } @else { }