Skip to content

Commit 8b4a3fe

Browse files
authored
Fix typo
1 parent 76a6c65 commit 8b4a3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/form_login_setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ When you submit the form, the ``LoginFormAuthenticator`` will intercept the requ
223223
read the email (or whatever field you're using) & password from the form, find the
224224
``User`` object, validate the CSRF token and check the password.
225225

226-
But, wepending on your setup, you'll need to finish one or more TODOs before the
226+
But, depending on your setup, you'll need to finish one or more TODOs before the
227227
whole process works. You will *at least* need to fill in *where* you want your user to
228228
be redirected after success:
229229

0 commit comments

Comments
 (0)