Support the new recapcha without breaking for older keycloak

This commit is contained in:
Joseph Garrone
2024-09-09 08:25:00 +02:00
parent b8a08f0789
commit 7456750828
2 changed files with 39 additions and 14 deletions

View File

@ -208,9 +208,12 @@ export declare namespace KcContext {
registrationAction: string;
};
passwordRequired: boolean;
recaptchaRequired: boolean;
recaptchaRequired?: boolean;
recaptchaVisible?: boolean;
recaptchaSiteKey?: string;
recaptchaAction?: string;
termsAcceptanceRequired?: boolean;
messageHeader?: string;
};
export type Info = Common & {