gitea test
This commit is contained in:
parent
2b849ca0ca
commit
171fa2fc77
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue