Merge pull request #69 from VBustamante/patch-1
Adding name field to realm in KcContext type
This commit is contained in:
commit
6e663210ee
@ -34,6 +34,7 @@ export declare namespace KcContextBase {
|
||||
loginUrl: string;
|
||||
};
|
||||
realm: {
|
||||
name: string;
|
||||
displayName?: string;
|
||||
displayNameHtml?: string;
|
||||
internationalizationEnabled: boolean;
|
||||
|
Loading…
x
Reference in New Issue
Block a user