Add login-recovery-authn-code-config.ftl page
This commit is contained in:
@ -39,7 +39,8 @@ export type KcContext =
|
||||
| KcContext.DeleteCredential
|
||||
| KcContext.Code
|
||||
| KcContext.DeleteAccountConfirm
|
||||
| KcContext.FrontchannelLogout;
|
||||
| KcContext.FrontchannelLogout
|
||||
| KcContext.LoginRecoveryAuthnCodeConfig;
|
||||
|
||||
assert<KcContext["themeType"] extends ThemeType ? true : false>();
|
||||
|
||||
@ -528,6 +529,15 @@ export declare namespace KcContext {
|
||||
logoutRedirectUri?: string;
|
||||
};
|
||||
};
|
||||
|
||||
export type LoginRecoveryAuthnCodeConfig = Common & {
|
||||
pageId: "login-recovery-authn-code-config.ftl";
|
||||
recoveryAuthnCodesConfigBean: {
|
||||
generatedRecoveryAuthnCodesList: string[];
|
||||
generatedRecoveryAuthnCodesAsString: string;
|
||||
generatedAt: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
export type UserProfile = {
|
||||
|
Reference in New Issue
Block a user