From 2908d358086f5c553ccbdc2187b88ef396f430c2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 9 Jul 2021 16:21:27 +0200 Subject: [PATCH] fixup new schema Signed-off-by: Thomas Lamprecht --- src/Schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Schema.js b/src/Schema.js index b8fc11f..bcbc511 100644 --- a/src/Schema.js +++ b/src/Schema.js @@ -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; } }, }); -- 2.39.2