{% extends "base.html" %} {% block title %}{% trans %}Two-Factor Verification{% endtrans %} – OnlineConvert{% endblock %} {% block content %}

{% trans %}Two-Factor Verification{% endtrans %}

{% trans %}Enter the 6-digit code from your authenticator app to continue.{% endtrans %}

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

{% trans %}Lost access to your authenticator?{% endtrans %} {% trans %}Contact support{% endtrans %}

{% trans %}Back to login{% endtrans %}

{% endblock %}