Fix login-register-email.ftl

This commit is contained in:
garronej
2022-07-06 02:05:08 +02:00
parent bc4b0ec17d
commit 7c6eed99d2
3 changed files with 11 additions and 2 deletions

View File

@ -179,6 +179,10 @@ export declare namespace KcContextBase {
export type LoginVerifyEmail = Common & {
pageId: "login-verify-email.ftl";
//NOTE: Optional because maybe it wasn't defined in older keycloak versions.
user?: {
email: string;
};
};
export type Terms = Common & {