ui: fixup lost closing parenthesis
... Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
22fcd0069a
commit
7b54999a47
@ -101,7 +101,7 @@ Ext.define('PVE.dc.UserView', {
|
||||
(rec.data['totp-locked'] || rec.data['tfa-locked-until'])),
|
||||
handler: function(btn, event, rec) {
|
||||
Ext.Msg.confirm(
|
||||
Ext.String.format(gettext('Unlock TFA authentication for {0}'), rec.data.userid)),
|
||||
Ext.String.format(gettext('Unlock TFA authentication for {0}'), rec.data.userid),
|
||||
gettext("Locked 2nd factors can happen if the user's password was leaked. Are you sure you want to unlock the user?"),
|
||||
function(btn_response) {
|
||||
if (btn_response === 'yes') {
|
||||
|
Loading…
Reference in New Issue
Block a user