Updated login, STILL TEMPORARY

This commit is contained in:
Tracker-Friendly 2023-11-20 18:22:28 +00:00
parent dfe409ea67
commit e0b3db8ece
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ def changepass():
@app.route('/changeapi', methods=['POST'])
def register():
# Get the form data
username = request.form.get('username')
username = request.form.get('email')
verifyhash = request.form.get('passwordhash')
password = request.form.get('password')