mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-28 01:56:41 +00:00
tfa view: fix WebAuthn casing
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
67b0280dba
commit
bfc6233d92
@ -256,7 +256,7 @@ Ext.define('Proxmox.panel.TfaView', {
|
||||
handler: 'addTotp',
|
||||
},
|
||||
{
|
||||
text: gettext('Webauthn'),
|
||||
text: gettext('WebAuthn'),
|
||||
itemId: 'webauthn',
|
||||
iconCls: 'fa fa-fw fa-shield',
|
||||
handler: 'addWebauthn',
|
||||
|
Loading…
Reference in New Issue
Block a user