Add login-reset-otp.ftl page
This commit is contained in:
@ -41,7 +41,8 @@ export type KcContext =
|
||||
| KcContext.DeleteAccountConfirm
|
||||
| KcContext.FrontchannelLogout
|
||||
| KcContext.LoginRecoveryAuthnCodeConfig
|
||||
| KcContext.LoginRecoveryAuthnCodeInput;
|
||||
| KcContext.LoginRecoveryAuthnCodeInput
|
||||
| KcContext.LoginResetOtp;
|
||||
|
||||
assert<KcContext["themeType"] extends ThemeType ? true : false>();
|
||||
|
||||
@ -546,6 +547,17 @@ export declare namespace KcContext {
|
||||
codeNumber: number;
|
||||
};
|
||||
};
|
||||
|
||||
export type LoginResetOtp = Common & {
|
||||
pageId: "login-reset-otp.ftl";
|
||||
configuredOtpCredentials: {
|
||||
userOtpCredentials: {
|
||||
id: string;
|
||||
userLabel: string;
|
||||
}[];
|
||||
selectedCredentialId: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
export type UserProfile = {
|
||||
|
Reference in New Issue
Block a user