Skip to content

Commit 6d018f6

Browse files
Fixed a syntax error
1 parent ab5259b commit 6d018f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/json_login_setup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ username and password and authenticating the user.
139139

140140
And that's it! When you submit a ``POST`` request to the ``/login`` URL with
141141
the following JSON document as body, the security system will automatically
142-
check the user's credentials and either authenticate the user or throw an error::
142+
check the user's credentials and either authenticate the user or throw an error:
143143

144144
.. code-block:: json
145145

0 commit comments

Comments
 (0)