mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Fix numbering of recovery codes when downloading or copying them
Closes #33933 Signed-off-by: NoseSnatcher <nosesnatcher@ffrwnd.me>
This commit is contained in:
parent
41ee68611f
commit
da34571769
@ -110,7 +110,7 @@
|
||||
for (let i = 0; i < recoveryCodes.length; i++) {
|
||||
const recoveryCodeLiElement = recoveryCodes[i].innerText;
|
||||
<#noparse>
|
||||
recoveryCodeList += `${i}: ${recoveryCodeLiElement}\r\n`;
|
||||
recoveryCodeList += `${i+1}: ${recoveryCodeLiElement}\r\n`;
|
||||
</#noparse>
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user