fixup schema

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-09 17:30:26 +02:00
parent 75a2c32d77
commit bc2b6fdd21

View File

@ -20,7 +20,7 @@ Ext.define('Proxmox.window.AuthEditBase', {
me.method = 'PUT';
}
let authConfig = Proxmox.Utils.authSchema[me.authType];
let authConfig = Proxmox.Schema.authDomains[me.authType];
if (!authConfig) {
throw 'unknown auth type';
} else if (!authConfig.add && me.isCreate) {