fixup new schema
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5c085daf0b
commit
2908d35808
@ -21,7 +21,7 @@ Ext.define('Proxmox.Schema', { // a singleton
|
||||
// to add or change existing for product specific ones
|
||||
overrideAuthDomains: function(extra) {
|
||||
for (const [key, value] of Object.entries(extra)) {
|
||||
Proxmox.Utils.authSchema[key] = value;
|
||||
Proxmox.Schema.authDomains[key] = value;
|
||||
}
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user