Refactoring and removing unused things

This commit is contained in:
cami 2021-07-22 02:40:58 +02:00
parent 959912bd9b
commit e7407fd40b
2 changed files with 1 additions and 27 deletions

View file

@ -134,7 +134,6 @@ def protected():
@app.route('/api/protected/rcv_pw', methods=['GET'])
# @flask_praetorian.auth_required
def get_password():
pw = get_random_password()
ret = {'password': pw}