feat: make LNBITS_ADMIN_UI the default (#2726)
* feat: make LNBITS_ADMIN_UI the default * fix create fake admin
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user