mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 10:58:09 +00:00
fix bug #554: do not set delete flag on create
This commit is contained in:
parent
1f902a91c7
commit
d98947b3f8
@ -125,6 +125,7 @@ Ext.define('PVE.dc.AuthEdit', {
|
||||
column2.push({
|
||||
xtype: 'pveKVComboBox',
|
||||
name: 'tfa',
|
||||
deleteEmpty: !me.create,
|
||||
value: '',
|
||||
fieldLabel: gettext('TFA'),
|
||||
data: [ ['', PVE.Utils.noneText], ['oath', 'OATH'], ['yubico', 'Yubico']],
|
||||
|
Loading…
Reference in New Issue
Block a user