{% extends "base.html" %} {% block title %}Set up two-factor authentication - MCP{% endblock %} {% block content %}

Set up two-factor authentication

{% if !error.is_empty() %}

{{ error }}

{% endif %}

Add this secret to your authenticator app, then enter the 6-digit code it shows to finish.

Secret: {{ secret_base32 }}

Or open this enrolment link on the device running the app:

{{ otpauth_uri }}

Skip for now. You can set this up later.

{% endblock %}