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

Bind your
authenticator.

Scan this code with an iPhone or Android authenticator app, then enter its current six-digit code.

Scan this QR code with your authenticator app to add your Eternity Project account
Enter setup key manually{{ secret }}
{% else %}

Confirm the
signal.

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

{% endif %}
{% endblock %}