Done with the new Register page (not yet retrocompatible)

This commit is contained in:
Joseph Garrone
2024-05-06 18:16:32 +02:00
parent 0b0321474d
commit fb4a7d2ba3
2 changed files with 31 additions and 141 deletions

View File

@ -201,6 +201,12 @@ export declare namespace KcContext {
* A Keycloak Java extension used as dependency in Keycloakify.
*/
passwordPolicies?: PasswordPolicies;
url: {
registrationAction: string;
};
passwordRequired: boolean;
recaptchaRequired: boolean;
recaptchaSiteKey?: string;
};
export type RegisterUserProfile = Common & {
@ -215,15 +221,6 @@ export declare namespace KcContext {
passwordRequired: boolean;
recaptchaRequired: boolean;
recaptchaSiteKey?: string;
social: {
displayInfo: boolean;
providers?: {
loginUrl: string;
alias: string;
providerId: string;
displayName: string;
}[];
};
};
export type Info = Common & {