{% extends "base.html" %} {% block title %}MFA Setup{% endblock %} {% block content %}

MFA Setup

{% if error %}

{{ error }}

{% endif %}

Please enter your password to enable MFA:

{% endblock %}