mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-29 06:46:34 +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',
|
handler: 'addTotp',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Webauthn'),
|
text: gettext('WebAuthn'),
|
||||||
itemId: 'webauthn',
|
itemId: 'webauthn',
|
||||||
iconCls: 'fa fa-fw fa-shield',
|
iconCls: 'fa fa-fw fa-shield',
|
||||||
handler: 'addWebauthn',
|
handler: 'addWebauthn',
|
||||||
|
Loading…
Reference in New Issue
Block a user