logout should redirect to root, not home
This commit is contained in:
parent
8b8d694abd
commit
b137a41a8f
@ -84,7 +84,7 @@ def login_redirect():
|
||||
@bp.route("/logout")
|
||||
def logout():
|
||||
_logout()
|
||||
return redirect(url_for(".home"))
|
||||
return redirect(url_for(".root"))
|
||||
|
||||
|
||||
@bp.route("/activity-history")
|
||||
|
Loading…
x
Reference in New Issue
Block a user