registrationDisabled is optional
This commit is contained in:
parent
50e38b6a10
commit
3155f5da66
@ -580,7 +580,7 @@ export declare namespace KcContext {
|
|||||||
url: {
|
url: {
|
||||||
registrationUrl: string;
|
registrationUrl: string;
|
||||||
};
|
};
|
||||||
registrationDisabled: boolean;
|
registrationDisabled?: boolean;
|
||||||
isUserIdentified: boolean | "true" | "false";
|
isUserIdentified: boolean | "true" | "false";
|
||||||
challenge: string;
|
challenge: string;
|
||||||
userVerification: string;
|
userVerification: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user