{% trans_default_domain 'uniweb-auth' %} {# Title #}

{{ 'auth.twoFactorSetup.googleAuthenticator.title'|trans }}

{{ 'auth.twoFactorSetup.title'|trans }}
{# Already enabled info #} {% if exists %} {% endif %} {# Step 1: QR code #}
{{ 'auth.twoFactorSetup.googleAuthenticator.step1'|trans }}
{{ qr_code_svg(qrCodeUrl, 260) }}
{{ 'auth.twoFactorSetup.googleAuthenticator.step1'|trans }}
{# Step 2: Confirm code #}
{{ 'auth.twoFactorSetup.googleAuthenticator.step2'|trans }}
{% form_theme form 'Form/beagle_theme.html.twig' %} {{ form(form) }}