Fix gravatar URL and one possible redirect loop
This commit is contained in:
parent
087ee0be15
commit
a8e4ec69bf
2 changed files with 2 additions and 2 deletions
|
@ -69,4 +69,4 @@ def settings():
|
|||
@blueprint.route("/logout")
|
||||
def logout():
|
||||
User.logout()
|
||||
return redirect("/")
|
||||
return redirect(url_for(current_app.config['ROOT_ENDPOINT']))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue