gitea test

This commit is contained in:
piair 2023-06-18 15:57:41 +02:00
parent 2b849ca0ca
commit 171fa2fc77
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ def change_password():
} }
json.dump(data, inFile) json.dump(data, inFile)
return(render_template("override.html")) return(render_template("override.html"))
# handle login failed # handle login failed
@app.errorhandler(401) @app.errorhandler(401)