Skip to content

Commit 820f28e

Browse files
Fixed the name of the "username" property
1 parent 6d018f6 commit 820f28e

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
@@ -144,7 +144,7 @@ check the user's credentials and either authenticate the user or throw an error:
144144
.. code-block:: json
145145
146146
{
147-
"login": "dunglas",
147+
"username": "dunglas",
148148
"password": "MyPassword"
149149
}
150150

0 commit comments

Comments
 (0)