Display name and displayNameHtml are always provided

This commit is contained in:
Joseph Garrone 2024-08-15 22:40:08 +02:00
parent 60fa240a4d
commit b947b8a00d

View File

@ -79,8 +79,8 @@ export declare namespace KcContext {
};
realm: {
name: string;
displayName?: string;
displayNameHtml?: string;
displayName: string;
displayNameHtml: string;
internationalizationEnabled: boolean;
registrationEmailAsUsername: boolean;
};