Commit 29c83892 authored by Romain Loth's avatar Romain Loth

forgot to change redirect after changing demo page to root

parent fbef2d00
......@@ -315,7 +315,7 @@ def login():
@app.route(config['PREFIX'] + config['USR_ROUTE'] + '/logout/')
def logout():
logout_user()
return redirect(url_for('demo', _external=True))
return redirect(url_for('rootstub', _external=True))
# /services/user/profile/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment