ui: auth base: fix setting auth type in onGetValues

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-04-26 13:26:50 +02:00
parent ed58f35906
commit aaf5e58452

View File

@ -15,7 +15,7 @@ Ext.define('PVE.panel.AuthBase', {
}
if (me.isCreate) {
values.type = me.authType;
values.type = me.type;
}
return values;