Enter the OTP from your Authenticator App

{{ form.hidden_tag() }} {{ form.otp.label }} {{ form.otp(size=32) }}
{% if form.otp.errors %} {% endif %} {{ form.submit() }}