Skip to content

Commit eaa15f6

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Fix second twig path reference to be consistent with the first reference on security documentation
2 parents f47401b + fbbca56 commit eaa15f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ be ``authenticate``:
911911

912912
.. code-block:: html+twig
913913

914-
{# templates/security/login.html.twig #}
914+
{# templates/login/index.html.twig #}
915915

916916
{# ... #}
917917
<form action="{{ path('login') }}" method="post">

0 commit comments

Comments
 (0)