Skip to content
Snippets Groups Projects
Commit f96f195e authored by Brian Moe's avatar Brian Moe
Browse files

Fixed typo.

parent b232e324
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ class LigoAuthBackend:
def get_user(self, user_id):
try:
return DjangoUser.get(id=user_id)
except Djangouser.UserDoesNotExist:
except DjangoUser.UserDoesNotExist:
return None
def LigoAuthContext(request):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment