{% extends "base.html" %} {% block title %}Bind ยท motp-admin portal{% endblock %} {% block body %}

Bind a new authenticator

{% if error %}
{{ error }}
{% endif %}

After submitting, scan the QR code with Google Authenticator / Microsoft Authenticator / 1Password, then enter the 6-digit code on the verify page.

{% endblock %}