Skip to content

Commit 3da613d

Browse files
lefamweaverryan
authored andcommitted
Update security.rst
1 parent b4a838c commit 3da613d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/security.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ First, enable form login under your firewall:
358358
359359
Now, when the security system initiates the authentication process, it will
360360
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
361+
login form visually is your job. First, create the two routes you used in the
362362
security configuration: the ``login`` route will display the login form (i.e.
363363
``/login``) and the ``login_check`` route will handle the login form
364364
submission (i.e. ``/login_check``):

0 commit comments

Comments
 (0)