Add webauthn-error.ftl page
This commit is contained in:
@ -43,7 +43,8 @@ export type KcContext =
|
||||
| KcContext.LoginRecoveryAuthnCodeConfig
|
||||
| KcContext.LoginRecoveryAuthnCodeInput
|
||||
| KcContext.LoginResetOtp
|
||||
| KcContext.LoginX509Info;
|
||||
| KcContext.LoginX509Info
|
||||
| KcContext.WebauthnError;
|
||||
|
||||
assert<KcContext["themeType"] extends ThemeType ? true : false>();
|
||||
|
||||
@ -565,6 +566,11 @@ export declare namespace KcContext {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
export type WebauthnError = Common & {
|
||||
pageId: "webauthn-error.ftl";
|
||||
isAppInitiatedAction?: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
export type UserProfile = {
|
||||
|
Reference in New Issue
Block a user