ui: auth base: fix setting auth type in onGetValues
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ed58f35906
commit
aaf5e58452
@ -15,7 +15,7 @@ Ext.define('PVE.panel.AuthBase', {
|
||||
}
|
||||
|
||||
if (me.isCreate) {
|
||||
values.type = me.authType;
|
||||
values.type = me.type;
|
||||
}
|
||||
|
||||
return values;
|
||||
|
Loading…
x
Reference in New Issue
Block a user