mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-28 05:42:55 +00:00
fixup schema
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
75a2c32d77
commit
bc2b6fdd21
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user