{% extends "base.html" %} {% block title %}Verify identity — Gatekeeper{% endblock %} {% block content %}

Two-factor verification

Enter the current code from your authenticator app to access {{ application_name }}

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