We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a78d5 commit 6ccbe3dCopy full SHA for 6ccbe3d
examples/automatic_user_loading.py
@@ -40,7 +40,7 @@ def user_identity_lookup(user):
40
return user.id
41
42
43
-# Register a callback function that loades a user from your database whenever
+# Register a callback function that loads a user from your database whenever
44
# a protected route is accessed. This should return any python object on a
45
# successful lookup, or None if the lookup failed for any reason (for example
46
# if the user has been deleted from the database).
0 commit comments