{% extends 'PackagistWebBundle::layout.html.twig' %} {% block content %}

Two-Factor Authentication

This account is protected by two-factor authentication. Please enter your code below to proceed.

{# Authentication errors #} {% if authenticationError %}

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

{% endif %}
{% 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') }}
{% endblock %}