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

Variable principal not initialized.

parent c52019ca
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ class LigoAuthMiddleware:
ligouser = None
user = None
principal = None
queryResult = []
if not request.user.is_anonymous():
......
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