{% extends "base.html" %} {% block title %}Enable MFA // Synapse-Cortex{% endblock %} {% block header %}Settings // Enable MFA{% endblock %} {% block content %}
Scan with your authenticator app
{% if error %}
{{ error }}
{% endif %}
MFA QR code
Can't scan? Enter manually
{{ secret }}
Cancel
{% endblock %}