Replace "usb" icons with "user-key" for WebAuthn buttons; refine button styles and layouts across templates
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
{% endslot %}
|
||||
{% slot actions %}
|
||||
{# type="button": the webauthn script takes over the click and posts the form itself. #}
|
||||
{% element button id="mfa_webauthn_add" type="button" icon="usb" %}
|
||||
{% element button id="mfa_webauthn_add" type="button" icon="user-key" %}
|
||||
{% trans "Add" %}
|
||||
{% endelement %}
|
||||
{% endslot %}
|
||||
|
||||
Reference in New Issue
Block a user