summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrienne Franke <18449966+adriennefranke@users.noreply.github.com>2024-01-22 10:43:13 -0600
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2024-01-22 17:43:46 +0100
commitd490d009a32cd1fae80363b632f689785f5064b1 (patch)
tree6e1e39d5ab42d7d9ed11864dde5eddf4f5915b31 /docs
parent60bc65eb80ed12f6a6afbcb8ce2352e56a25cf34 (diff)
[5.0.x] Fixed typo in docs/topics/auth/default.txt.
Backport of 8570e091d025c4aacc6b76597a3322030c2f8162 from main
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/default.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index 4aee26d9ca..1dbab8b2d9 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -1608,7 +1608,7 @@ Helper functions
Defaults to :setting:`settings.LOGIN_URL <LOGIN_URL>` if not supplied.
* ``redirect_field_name``: The name of a ``GET`` field containing the
- URL to redirect to after log out. Overrides ``next`` if the given
+ URL to redirect to after login. Overrides ``next`` if the given
``GET`` parameter is passed.
.. _built-in-auth-forms: