{% extends "base.html" %} {% block title %}Two-Factor Authentication - Counterscarp Engine{% endblock %} {% block content %}
🔒

Two-Factor Authentication

Enter the 6-digit code from your authenticator app

{% if error %}
{{ error }}
{% endif %}
{% endblock %}