gui: tfa support
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -19,6 +19,12 @@ Ext.define('PBS.AccessControlPanel', {
|
||||
itemId: 'users',
|
||||
iconCls: 'fa fa-user',
|
||||
},
|
||||
{
|
||||
xtype: 'pbsTfaView',
|
||||
title: gettext('Two Factor Authentication'),
|
||||
itemId: 'tfa',
|
||||
iconCls: 'fa fa-key',
|
||||
},
|
||||
{
|
||||
xtype: 'pbsTokenView',
|
||||
title: gettext('API Token'),
|
||||
|
Reference in New Issue
Block a user