Enter the OTP from your Authenticator App
{{ form.hidden_tag() }} {{ form.otp.label }} {{ form.otp(size=32) }}
{% if form.otp.errors %}
{% for error in form.otp.errors %}
{{ error }}
{% endfor %}
{% endif %} {{ form.submit() }}