Merge pull request #3884 from alphagov/add-webauthn-as-auth-type

Add webauthn as an auth type
This commit is contained in:
Pea Tyczynska
2021-05-13 14:32:03 +01:00
committed by GitHub
4 changed files with 12 additions and 2 deletions

View File

@@ -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 %}