gitea test 2

This commit is contained in:
piair 2023-06-18 15:58:22 +02:00
parent 171fa2fc77
commit b201c68aa9
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def change_password():
@app.errorhandler(401)
def page_not_found(e):
return(render_template("login.html"))
# callback to reload the user object
@login_manager.user_loader