{% extends 'base.html' %} {% block title %}Multi-factor verification | Eternity Project{% endblock %} {% block content %}
ACCOUNT SECURITY {% if mode == 'setup' %}

Bind your
authenticator.

Add this secret to an authenticator app as a time-based one-time password account, then enter its current six-digit code.

{{ secret }} {% else %}

Confirm the
signal.

Open your authenticator application and enter the current code for {{ username }}.

{% endif %}
{% endblock %}