aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/oauth2/users.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/oauth2/users.py')
-rw-r--r--gn2/wqflask/oauth2/users.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn2/wqflask/oauth2/users.py b/gn2/wqflask/oauth2/users.py
index 8a935170..ed88aaa4 100644
--- a/gn2/wqflask/oauth2/users.py
+++ b/gn2/wqflask/oauth2/users.py
@@ -84,7 +84,8 @@ def logout():
f"{the_session['masquerading']['name']} "
f"({the_session['masquerading']['email']})",
"alert-success")
- return redirect("/")
+
+ return redirect("/")
@users.route("/register", methods=["GET", "POST"])
def register_user():