Skip to content

Commit 222b5cd

Browse files
committed
minor #6308 fix literal syntax (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- fix literal syntax Commits ------- d2b2c29 fix literal syntax
2 parents 676f376 + d2b2c29 commit 222b5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/form_login_setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ When setting up your login form, watch out for a few common pitfalls.
303303
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
304304

305305
First, be sure that you've defined the ``/login`` route correctly and that
306-
it corresponds to the ``login_path`` and``check_path`` config values.
306+
it corresponds to the ``login_path`` and ``check_path`` config values.
307307
A misconfiguration here can mean that you're redirected to a 404 page instead
308308
of the login page, or that submitting the login form does nothing (you just see
309309
the login form over and over again).

0 commit comments

Comments
 (0)