[fix] admin errors (#3004)
This commit is contained in:
parent
a3619d40c6
commit
ebe9ff700f
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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')]"
|
||||
></q-input>
|
||||
<!-- :rules="[(val) => !val || val.length = 3 || val === 'sats' || $t('denomination_error')]" -->
|
||||
</div>
|
||||
<div class="col-12 col-md-4">
|
||||
<p><span v-text="$t('ui_qr_code_logo')"></span></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue