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

Verify OTP

{% if error %}
{{ error }}
{% endif %} {% if expired %}
Session expired. Please start over.
{% endif %}

The code refreshes every 30 seconds. Enter the current one.

{% endblock %}