File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ path:
123123
124124 return $routes;
125125
126- When you submit a ``POST`` request to the ``/login`` URL with the following JSON document as the body,
127- the security system intercepts the requests.
128- It takes care of authenticating the user with the submitted username and password or triggers an error
129- in case the authentication process fails.
130- If the authentication is successful, the controller defined earlier will be executed.
126+ When you submit a ``POST`` request to the ``/login`` URL with the following JSON
127+ document as the body, the security system intercepts the requests.
128+ It takes care of authenticating the user with the submitted username and password
129+ or triggers an error in case the authentication process fails.
130+ If the authentication is successful, the controller defined earlier will be executed.
131131
132132.. code-block:: json
133133
You can’t perform that action at this time.
0 commit comments