mirror of
https://github.com/simple-login/app.git
synced 2025-09-12 01:24:20 +08:00
fix formatting
This commit is contained in:
parent
8c9512e61e
commit
356b95ef80
1 changed files with 1 additions and 3 deletions
|
@ -45,9 +45,7 @@ def register():
|
|||
else:
|
||||
LOG.debug("create user %s", form.email.data)
|
||||
user = User.create(
|
||||
email=form.email.data.lower(),
|
||||
name="",
|
||||
password=form.password.data,
|
||||
email=form.email.data.lower(), name="", password=form.password.data,
|
||||
)
|
||||
db.session.commit()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue