Add login-recovery-authn-code-input.ftl page
This commit is contained in:
@ -542,6 +542,9 @@ export declare namespace KcContext {
|
||||
|
||||
export type LoginRecoveryAuthnCodeInput = Common & {
|
||||
pageId: "login-recovery-authn-code-input.ftl";
|
||||
recoveryAuthnCodesInputBean: {
|
||||
codeNumber: number;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user