fix: remove nostr message

This commit is contained in:
Vlad Stan
2026-02-03 18:11:04 +02:00
parent 69c414fabf
commit 222d1c8990
5 changed files with 5 additions and 89 deletions
+1 -25
View File
@@ -836,12 +836,6 @@ include('components/lnbits-error.vue') %}
icon="bolt"
label="Payment"
></q-tab>
<q-tab
v-if="g.settings.userActivationByNostr"
name="nostr"
icon="bolt"
label="Nostr"
></q-tab>
<q-tab
v-if="g.settings.userActivationByEmail"
name="email"
@@ -883,25 +877,7 @@ include('components/lnbits-error.vue') %}
<q-tab-panel name="payment">
<div>payment</div>
</q-tab-panel>
<q-tab-panel name="nostr" class="q-pa-none">
<div
class="q-my-md q-pa-sm text-body2 text-grey-4 bg-grey-9 rounded-borders"
>
<q-icon name="info" color="orange-4" class="q-mr-xs"></q-icon>
You will receive a confirmation link at the provided Nostr
identifier or NPub.
</div>
<div>
<q-input
dense
filled
v-model="nostrConfirmationIdentifier"
:label="$t('nostr_identifier')"
:hint="$t('nostr_identifier_hint')"
>
</q-input>
</div>
</q-tab-panel>
<q-tab-panel name="email" class="q-pa-none">
<div>
<q-input