{% load static %}
{% block scripts %} {% include "sentry_replay.html" %} {% endblock %}
eversync
{% csrf_token %}
Manage Account
{% csrf_token %}
Log Out
{% load i18n %} {% load allauth %} {% load allauth static %} {% block content %} {% element h1 %} {% trans "Two-Factor Authentication" %}
{% endelement %} {% element p %} {% blocktranslate %}Your account is protected by two-factor authentication. Please enter an authenticator code:{% endblocktranslate %} {% endelement %} {% url 'mfa_authenticate' as action_url %}
{% csrf_token %}
{% element fields form=form unlabeled=True %} {% endelement %}
Sign In
{% csrf_token %}
Cancel
{% if "webauthn" in MFA_SUPPORTED_TYPES %} {% element hr %} {% endelement %} {% element h2 %} {% translate "Alternative options" %} {% endelement %} {% element button_group vertical=True %}
Use a security key
{% element button type="submit" form="logout-from-stage" tags="outline,primary,mfa,cancel" %} {% trans "Cancel" %} {% endelement %} {% endelement %} {% element form id="webauthn_form" form=webauthn_form method="post" action=action_url no_visible_fields=True %} {% slot body %} {% csrf_token %} {% element fields form=webauthn_form %} {% endelement %} {% endslot %} {% endelement %} {{ js_data|json_script:"js_data" }} {% include "mfa/webauthn/snippets/scripts.html" %} {% endif %} {% csrf_token %} {% endblock content %}