fix: remove super_admin from lnbits_admin_users
This commit is contained in:
parent
63ea3369d3
commit
b758cb5be3
1 changed files with 0 additions and 1 deletions
|
|
@ -603,7 +603,6 @@ async def update_admin_settings(data: EditableSetings):
|
||||||
async def create_admin_settings():
|
async def create_admin_settings():
|
||||||
account = await create_account()
|
account = await create_account()
|
||||||
settings.super_user = account.id
|
settings.super_user = account.id
|
||||||
settings.lnbits_admin_users += [account.id]
|
|
||||||
|
|
||||||
editable_settings = EditableSetings.from_dict(settings.dict())
|
editable_settings = EditableSetings.from_dict(settings.dict())
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue