QR invoices and lnurls got prefix and uppercased

This commit is contained in:
Gene Takavic
2022-12-28 23:42:36 +01:00
parent 89aa4a1de9
commit 71eebc1441
22 changed files with 24 additions and 24 deletions
@@ -25,7 +25,7 @@
>
<div class="col">
<qrcode
:value="copilot.lnurl"
:value="'lightning:' + copilot.lnurl"
:options="{width:250}"
class="rounded-borders"
></qrcode>