diff --git a/.env.example b/.env.example index 8fbf42ed1..34a5c3206 100644 --- a/.env.example +++ b/.env.example @@ -186,7 +186,7 @@ LNBITS_ADMIN_USERS="" # SUPER_USER="" # Extensions only admin can access -LNBITS_ADMIN_EXTENSIONS="ngrok, admin" +LNBITS_ADMIN_EXTENSIONS="ngrok, nostrclient" # Extensions enabled by default when a user is created LNBITS_USER_DEFAULT_EXTENSIONS="lnurlp" diff --git a/lnbits/core/templates/admin/_tab_theme.html b/lnbits/core/templates/admin/_tab_theme.html index 57e83f13d..c0a4d605d 100644 --- a/lnbits/core/templates/admin/_tab_theme.html +++ b/lnbits/core/templates/admin/_tab_theme.html @@ -61,8 +61,8 @@ v-model="formData.lnbits_denomination" label="sats" :hint="$t('denomination_hint')" - :rules="[(val) => !val || val.length = 3 || val === 'sats' || $t('denomination_error')]" > +