We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb93f22 + 05f70cc commit 133ce56Copy full SHA for 133ce56
security.rst
@@ -1016,7 +1016,7 @@ be ``authenticate``:
1016
<form action="{{ path('app_login') }}" method="post">
1017
{# ... the login fields #}
1018
1019
- <input type="hidden" name="_csrf_token" value="{{ csrf_token('authenticate') }}">
+ <input type="hidden" name="_csrf_token" data-controller="csrf-protection" value="{{ csrf_token('authenticate') }}">
1020
1021
<button type="submit">login</button>
1022
</form>
0 commit comments