{# This is a demo template for the authentication form. Please consider overwriting this with your own template, especially when you're using different route names than the ones used here. #} {# Authentication errors #} {% if authenticationError %}

{{ authenticationError|trans(authenticationErrorData, 'SchebTwoFactorBundle') }}

{% endif %} {# Let the user select the authentication method #} {% if availableTwoFactorProviders|length > 1 %}

{{ "choose_provider"|trans({}, 'SchebTwoFactorBundle') }}: {% for provider in availableTwoFactorProviders %} {{ provider }} {% endfor %}

{% endif %} {# Display current two-factor provider #}

{% if displayTrustedOption %}

{% endif %} {% if isCsrfProtectionEnabled %} {% endif %}

{# The logout link gives the user a way out if they can't complete two-factor authentication #}

{{ "cancel"|trans({}, 'SchebTwoFactorBundle') }}