We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a838c commit 3da613dCopy full SHA for 3da613d
book/security.rst
@@ -358,7 +358,7 @@ First, enable form login under your firewall:
358
359
Now, when the security system initiates the authentication process, it will
360
redirect the user to the login form (``/login`` by default). Implementing this
361
-login form visually is your job. First, create the two routes we used in the
+login form visually is your job. First, create the two routes you used in the
362
security configuration: the ``login`` route will display the login form (i.e.
363
``/login``) and the ``login_check`` route will handle the login form
364
submission (i.e. ``/login_check``):
0 commit comments