mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
oopsie
This commit is contained in:
parent
ad834fd19a
commit
b62d58b9fc
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ def register():
|
|||
print(error)
|
||||
return jsonify(error), 400
|
||||
|
||||
register_user = db.Users(
|
||||
register_user = Users(
|
||||
username=username,
|
||||
email=email,
|
||||
password=generate_password_hash(password, method="sha256"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue