diff --git a/www/config/UserView.js b/www/config/UserView.js index 19dce06f..812cad39 100644 --- a/www/config/UserView.js +++ b/www/config/UserView.js @@ -186,6 +186,7 @@ Ext.define('PBS.config.UserView', { xtype: 'proxmoxButton', text: gettext('Unlock TFA'), handler: 'unlockTfa', + disabled: true, enableFn: ({ data }) => data['totp-locked'] || (data['tfa-locked-until'] > (new Date().getTime() / 1000)), },