feat: make LNBITS_ADMIN_UI the default (#2726)

* feat: make LNBITS_ADMIN_UI the default
* fix create fake admin
This commit is contained in:
dni ⚡
2024-10-01 11:36:22 +02:00
committed by GitHub
parent a28e334c5f
commit e85a78854e
4 changed files with 34 additions and 32 deletions
+1 -1
View File
@@ -619,7 +619,7 @@ class ReadOnlySettings(
PersistenceSettings,
SuperUserSettings,
):
lnbits_admin_ui: bool = Field(default=False)
lnbits_admin_ui: bool = Field(default=True)
@validator(
"lnbits_allowed_funding_sources",