{% extends "default.html" %} {% set active_page = "setting" %} {% block title %}MFA Setup{% endblock %} {% block head %} {% endblock %} {% block default_content %}

Two Factor Authentication - TOTP

You will need to use a 2FA application like Proton Pass or Aegis on your phone or PC and scan the following QR Code:

Or you can manually enter the following secret key:
{{ otp_token_form.csrf_token }}
Token
Please enter the 6-digit number displayed in your authenticator app.
{{ otp_token_form.token(class="form-control", placeholder="") }} {{ render_field_errors(otp_token_form.token) }}
{% endblock %}