From bc2b6fdd21cc6902b2eacd7ad235c8a3be5faef0 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 9 Jul 2021 17:30:26 +0200 Subject: [PATCH] fixup schema Signed-off-by: Thomas Lamprecht --- src/window/AuthEditBase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window/AuthEditBase.js b/src/window/AuthEditBase.js index c710242..4faea34 100644 --- a/src/window/AuthEditBase.js +++ b/src/window/AuthEditBase.js @@ -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) {