Skip to content

Commit

Permalink
Update automatic_user_loading.py (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Issa Jubril committed Sep 3, 2021
1 parent 94a78d5 commit 6ccbe3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/automatic_user_loading.py
Expand Up @@ -40,7 +40,7 @@ def user_identity_lookup(user):
return user.id


# Register a callback function that loades a user from your database whenever
# Register a callback function that loads a user from your database whenever
# a protected route is accessed. This should return any python object on a
# successful lookup, or None if the lookup failed for any reason (for example
# if the user has been deleted from the database).
Expand Down

0 comments on commit 6ccbe3d

Please sign in to comment.