{% extends "oauth/base.html" %} {% block title %}Two-factor authentication{% endblock %} {% block style %} #code { font-size: 1.25rem; font-family: 'Menlo', 'Consolas', monospace; letter-spacing: 0.2em; text-align: center; } {% endblock %} {% block content %}

Two-factor authentication

Enter the 6-digit code from your authenticator app.

{% if error %}

{{ error }}

{% endif %}

Client: {{ client_id }}

{% endblock %}