Merge pull request #69 from VBustamante/patch-1

Adding name field to realm in KcContext type
This commit is contained in:
Joseph Garrone 2021-12-21 14:39:19 +01:00 committed by GitHub
commit 6e663210ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ export declare namespace KcContextBase {
loginUrl: string;
};
realm: {
name: string;
displayName?: string;
displayNameHtml?: string;
internationalizationEnabled: boolean;