Skip to content
Snippets Groups Projects

Activate WebAuthn and redesign 2FA profile page

Merged Jonathan Weth requested to merge 2fa-webauthn into master
Files
6
@@ -6,6 +6,10 @@
{% trans "Login" %}
{% endblock %}
{% block extra_head %}
{{ wizard.form.media.css }}
{% endblock %}
{% block content %}
{% get_providers as socialaccount_providers %}
@@ -143,4 +147,5 @@
</div>
</form>
{{ wizard.form.media.js }}
{% endblock %}
Loading