registrationDisabled is optional

This commit is contained in:
Joseph Garrone 2024-09-10 10:12:33 +02:00
parent 50e38b6a10
commit 3155f5da66

View File

@ -580,7 +580,7 @@ export declare namespace KcContext {
url: {
registrationUrl: string;
};
registrationDisabled: boolean;
registrationDisabled?: boolean;
isUserIdentified: boolean | "true" | "false";
challenge: string;
userVerification: string;