{%- extends "manhattan/manage/generics/add.html" -%} {%- import "manhattan/manage/components/form.html" as _form with context -%} {%- block fieldsets -%} {% call _form.fieldset() -%} {% call _form.note(class='mh-formatted') %}

Enter your six-digit code
Open your registered 2-factor authentication app and enter the six-digit code displayed for {{ mfa_issuer }}.

If you don't have your authentication app available you can enter a recovery code instead.

{% endcall %} {{ _form.field(form.totp, class='mh-field--3-3') }} {%- endcall %} {%- endblock %} {%- block buttons -%} {{ _form.button('Authorize') }} {%- endblock -%}