fix lnurl encoded in QR
This commit is contained in:
parent
41a9689014
commit
4f3e48e280
|
@ -10,7 +10,7 @@
|
||||||
<a href="lightning:{{ lnurl }}">
|
<a href="lightning:{{ lnurl }}">
|
||||||
<q-responsive :ratio="1" class="q-mx-md">
|
<q-responsive :ratio="1" class="q-mx-md">
|
||||||
<qrcode
|
<qrcode
|
||||||
:value="this.here + '/?lightning={{lnurl }}'"
|
value="{{ lnurl }}"
|
||||||
:options="{width: 800}"
|
:options="{width: 800}"
|
||||||
class="rounded-borders"
|
class="rounded-borders"
|
||||||
></qrcode>
|
></qrcode>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user