Add login-recovery-authn-code-input.ftl page

This commit is contained in:
Joseph Garrone
2024-05-11 16:43:18 +02:00
parent 754b5be768
commit 9001e254cc
4 changed files with 81 additions and 1 deletions

View File

@ -542,6 +542,9 @@ export declare namespace KcContext {
export type LoginRecoveryAuthnCodeInput = Common & {
pageId: "login-recovery-authn-code-input.ftl";
recoveryAuthnCodesInputBean: {
codeNumber: number;
};
};
}