aurweb.models.user: Remove session.commit() from construction
We don't want to do this on construction. We only want to do this
when we want to actually add the user to the database (or modify it).
Signed-off-by:
Kevin Morris <kevr@0cost.org>
Please register or sign in to comment