aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/oauth2/toplevel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/oauth2/toplevel.py b/wqflask/wqflask/oauth2/toplevel.py
index 5b51ba86..b002c4c2 100644
--- a/wqflask/wqflask/oauth2/toplevel.py
+++ b/wqflask/wqflask/oauth2/toplevel.py
@@ -3,7 +3,7 @@
from flask import Blueprint
from .client import oauth2_client
-from .checks import require_oauth2
+from .checks import require_oauth2, user_logged_in
toplevel = Blueprint("toplevel", __name__)