Add code.ftl page
This commit is contained in:
@ -36,7 +36,8 @@ export type KcContext =
|
||||
| KcContext.UpdateEmail
|
||||
| KcContext.SelectAuthenticator
|
||||
| KcContext.SamlPostForm
|
||||
| KcContext.DeleteCredential;
|
||||
| KcContext.DeleteCredential
|
||||
| KcContext.Code;
|
||||
|
||||
assert<KcContext["themeType"] extends ThemeType ? true : false>();
|
||||
|
||||
@ -497,6 +498,15 @@ export declare namespace KcContext {
|
||||
pageId: "delete-credential.ftl";
|
||||
credentialLabel: string;
|
||||
};
|
||||
|
||||
export type Code = Common & {
|
||||
pageId: "code.ftl";
|
||||
code: {
|
||||
success: boolean;
|
||||
code?: string;
|
||||
error?: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
export type UserProfile = {
|
||||
|
Reference in New Issue
Block a user