Commit 41a54d23 authored by Dietmar Maurer's avatar Dietmar Maurer

fix bug #554: do not set delete flag on create

parent 02ff0f04
...@@ -125,6 +125,7 @@ Ext.define('PVE.dc.AuthEdit', { ...@@ -125,6 +125,7 @@ Ext.define('PVE.dc.AuthEdit', {
column2.push({ column2.push({
xtype: 'pveKVComboBox', xtype: 'pveKVComboBox',
name: 'tfa', name: 'tfa',
deleteEmpty: !me.create,
value: '', value: '',
fieldLabel: gettext('TFA'), fieldLabel: gettext('TFA'),
data: [ ['', PVE.Utils.noneText], ['oath', 'OATH'], ['yubico', 'Yubico']], data: [ ['', PVE.Utils.noneText], ['oath', 'OATH'], ['yubico', 'Yubico']],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment