{% extends 'Game/index.html.twig' %} {% block title %} - Two-Factor Authentication{% endblock %} {% block metas %} {% endblock %} {% block body %}

Two-Factor Authentication

Enter the 6-digit code from your authenticator app

{% if authenticationError is defined and authenticationError %}
{{ authenticationError|trans({}, 'SchebTwoFactorBundle') }}
{% endif %}

Or enter one of your backup codes.

{% endblock %}