mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Merge pull request #3884 from alphagov/add-webauthn-as-auth-type
Add webauthn as an auth type
This commit is contained in:
@@ -66,8 +66,10 @@
|
||||
<p class="govuk-body tick-cross-list-hint">
|
||||
{% if user.auth_type == 'sms_auth' %}
|
||||
Signs in with a text message code
|
||||
{% else %}
|
||||
{% elif user.auth_type == 'email_auth' %}
|
||||
Signs in with an email link
|
||||
{% elif user.auth_type == 'webauthn_auth' %}
|
||||
Signs in with a security key
|
||||
{% endif %}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user