Skip to content

Commit c4bc7e7

Browse files
committed
Fixed typo about _token field name for CSRF protection
1 parent ecd68c5 commit c4bc7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ above snippet and make sure that nobody except your web server can access
138138
the secret.
139139

140140
Internally, this extension will automatically add a hidden field to every
141-
form (called ``__token`` by default) whose value is automatically generated
141+
form (called ``_token`` by default) whose value is automatically generated
142142
and validated when binding the form.
143143

144144
.. tip::

0 commit comments

Comments
 (0)