{# 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 #}{{ "choose_provider"|trans({}, 'SchebTwoFactorBundle') }}: {% for provider in availableTwoFactorProviders %} {{ provider }} {% endfor %}
{# Display current two-factor provider #} {# The logout link gives the user a way out if they can't complete two-factor authentication #}