{% extends "base.html" %} {% block title %}Two-factor authentication - MCP{% endblock %} {% block content %}

Two-factor authentication

{% if !error.is_empty() %}

{{ error }}

{% endif %}

Enter the 6-digit code from your authenticator app, or one of your recovery codes.

{% endblock %}