mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
fix formatting
This commit is contained in:
parent
1f370abf4d
commit
a240b4af33
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ def fake_data():
|
|||
activated=True,
|
||||
is_admin=True,
|
||||
otp_secret="base32secret3232",
|
||||
can_use_pgp=True
|
||||
can_use_pgp=True,
|
||||
)
|
||||
db.session.commit()
|
||||
|
||||
|
|
Loading…
Reference in a new issue