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.
1 parent e0eef28 commit e818e12Copy full SHA for e818e12
security.rst
@@ -1028,7 +1028,7 @@ be ``authenticate``:
1028
<form action="{{ path('app_login') }}" method="post">
1029
{# ... the login fields #}
1030
1031
- <input type="hidden" name="_csrf_token" value="{{ csrf_token('authenticate') }}">
+ <input type="hidden" name="_csrf_token" data-controller="csrf-protection" value="{{ csrf_token('authenticate') }}">
1032
1033
<button type="submit">login</button>
1034
</form>
0 commit comments