mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-17 13:21:48 +01:00
[fix] admin errors (#3004)
This commit is contained in:
parent
a3619d40c6
commit
ebe9ff700f
@ -186,7 +186,7 @@ LNBITS_ADMIN_USERS=""
|
|||||||
# SUPER_USER=""
|
# SUPER_USER=""
|
||||||
|
|
||||||
# Extensions only admin can access
|
# Extensions only admin can access
|
||||||
LNBITS_ADMIN_EXTENSIONS="ngrok, admin"
|
LNBITS_ADMIN_EXTENSIONS="ngrok, nostrclient"
|
||||||
# Extensions enabled by default when a user is created
|
# Extensions enabled by default when a user is created
|
||||||
LNBITS_USER_DEFAULT_EXTENSIONS="lnurlp"
|
LNBITS_USER_DEFAULT_EXTENSIONS="lnurlp"
|
||||||
|
|
||||||
|
@ -61,8 +61,8 @@
|
|||||||
v-model="formData.lnbits_denomination"
|
v-model="formData.lnbits_denomination"
|
||||||
label="sats"
|
label="sats"
|
||||||
:hint="$t('denomination_hint')"
|
:hint="$t('denomination_hint')"
|
||||||
:rules="[(val) => !val || val.length = 3 || val === 'sats' || $t('denomination_error')]"
|
|
||||||
></q-input>
|
></q-input>
|
||||||
|
<!-- :rules="[(val) => !val || val.length = 3 || val === 'sats' || $t('denomination_error')]" -->
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 col-md-4">
|
<div class="col-12 col-md-4">
|
||||||
<p><span v-text="$t('ui_qr_code_logo')"></span></p>
|
<p><span v-text="$t('ui_qr_code_logo')"></span></p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user