mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23: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,
|
activated=True,
|
||||||
is_admin=True,
|
is_admin=True,
|
||||||
otp_secret="base32secret3232",
|
otp_secret="base32secret3232",
|
||||||
can_use_pgp=True
|
can_use_pgp=True,
|
||||||
)
|
)
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue