lnurl-auth: show wallet name on modal.
This commit is contained in:
parent
b7e337b0ee
commit
54881d777e
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@
|
||||||
{% raw %}
|
{% raw %}
|
||||||
<q-form @submit="authLnurl" class="q-gutter-md">
|
<q-form @submit="authLnurl" class="q-gutter-md">
|
||||||
<p class="q-my-none text-h6">
|
<p class="q-my-none text-h6">
|
||||||
Authenticate with <b>{{ parse.lnurlauth.domain }}</b>?
|
Authenticate with <b>{{ parse.lnurlauth.domain }}</b> from wallet <em>{{ g.wallet.name }}</em>?
|
||||||
</p>
|
</p>
|
||||||
<q-separator class="q-my-sm"></q-separator>
|
<q-separator class="q-my-sm"></q-separator>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue