mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-04 18:33:10 +02:00
make instant wallet available in custom vouchers (#830)
This commit is contained in:
committed by
GitHub
parent
972a1d4ac9
commit
716a30a0fc
@@ -9,7 +9,10 @@
|
|||||||
<img src="{{custom_url}}" alt="..." />
|
<img src="{{custom_url}}" alt="..." />
|
||||||
<span>{{ amt }} sats</span>
|
<span>{{ amt }} sats</span>
|
||||||
<div class="lnurlw">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Reference in New Issue
Block a user