diff --git a/.env.example b/.env.example index bb4e64a12..6a3710c2f 100644 --- a/.env.example +++ b/.env.example @@ -11,7 +11,11 @@ LNBITS_ALLOWED_USERS="" LNBITS_ADMIN_USERS="" # Extensions only admin can access LNBITS_ADMIN_EXTENSIONS="ngrok, admin" + # Enable Admin GUI, available for the first user in LNBITS_ADMIN_USERS if available +# Warning: Enabling this will make LNbits ignore this configuration file. Your settings will +# be stored in your database and you will be able to change them only through the Admin UI. +# Disable this to make LNbits use this config file again. LNBITS_ADMIN_UI=false LNBITS_DEFAULT_WALLET_NAME="LNbits wallet" diff --git a/lnbits/core/templates/core/wallet.html b/lnbits/core/templates/core/wallet.html index 9de969569..0f68a0fe4 100644 --- a/lnbits/core/templates/core/wallet.html +++ b/lnbits/core/templates/core/wallet.html @@ -23,7 +23,7 @@ {% raw %}{{ formattedBalance }} {% endraw %} {{LNBITS_DENOMINATION}} - - -