diff --git a/files/routes/login.py b/files/routes/login.py index 2bf72c13e..ed6105468 100644 --- a/files/routes/login.py +++ b/files/routes/login.py @@ -349,7 +349,7 @@ def sign_up_post(v): except Exception as e: print(e) - g.db.flush() + g.db.commit() check_for_alts(new_user.id)