tfa view: fix WebAuthn casing

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-02-16 07:57:43 +01:00
parent 67b0280dba
commit bfc6233d92

View File

@ -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',