{% extends "base.html" %} {% block title %}Sign in — MartinhalApprovalFlow{% endblock %} {% block content %}
MartinhalApprovalFlow
{% if mfa_stage %}

Two-factor authentication is enabled for {{ username }}. Enter the 6-digit code from your authenticator app.

← Back to sign in

{% else %}

Sign in to send and track requests.

{% endif %}
{% endblock %}