Skip to content

Commit 728f2ed

Browse files
committed
Minor fix
1 parent 1cb9c6b commit 728f2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ form_only
351351

352352
Set this option to ``true`` to require that the login data is sent using a form
353353
(it checks that the request content-type is ``application/x-www-form-urlencoded``
354-
or ``multipart/form-data``) This is useful for example to prevent the.
354+
or ``multipart/form-data``). This is useful for example to prevent the
355355
:ref:`form login authenticator <security-form-login>` from responding to
356356
requests that should be handled by the :ref:`JSON login authenticator <security-json-login>`.
357357

0 commit comments

Comments
 (0)