fixup new schema

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-09 16:21:27 +02:00
parent 5c085daf0b
commit 2908d35808

View File

@ -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;
}
},
});