Refactoring and removing unused things
This commit is contained in:
parent
959912bd9b
commit
e7407fd40b
2 changed files with 1 additions and 27 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue