{% extends "base.html" %} {% block title %}Account{% endblock %} {% block content %}
{{ current_user.email }} · role {{ current_user.role }}
MFA is currently active on your account. You'll be prompted for a 6-digit code on every sign-in.
{% else %}MFA is currently not configured. Strongly recommended for admin accounts.
Set up MFA now {% endif %}