vendor/eckinox/app-bundle/templates/bundles/EckinoxSecurityBundle/login.html.twig line 1

Open in your IDE?
  1. {% embed "@EckinoxAdminUi/security/login.html.twig" with
  2.     {
  3.         'error': error,
  4.         'last_username': last_username,
  5.         'link_forgot_password': path(forgot_password_route)
  6.     }
  7. %}
  8.     {% block title %}{% trans %}eckinox_security.titles.log_in{% endtrans %}{% endblock %}
  9. {% endembed %}