mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 14:22:55 +01:00
make instant wallet available in custom vouchers (#830)
This commit is contained in:
parent
972a1d4ac9
commit
716a30a0fc
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,10 @@
|
|||
<img src="{{custom_url}}" alt="..." />
|
||||
<span>{{ amt }} sats</span>
|
||||
<div class="lnurlw">
|
||||
<qrcode :value="'{{one}}'" :options="{width: 95, margin: 1}"></qrcode>
|
||||
<qrcode
|
||||
:value="theurl + '/?lightning={{one}}'"
|
||||
:options="{width: 95, margin: 1}"
|
||||
></qrcode>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue