{% extends "auth_base.html" %} {% block title %}Verify OTP{% endblock %} {% block auth_content %}

Enter verification code

We sent a six-digit code to {{ email }}. Enter it below to continue.

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