Merge branch 'lnaddr' of https://github.com/bitkarrot/lnurlp into lnaddr

This commit is contained in:
callebtc 2023-03-15 00:45:35 +01:00
commit 5085258bdf
2 changed files with 6 additions and 1 deletions

View file

@ -93,7 +93,8 @@ new Vue({
: 'do nothing', : 'do nothing',
lnurl: link.lnurl, lnurl: link.lnurl,
pay_url: link.pay_url, pay_url: link.pay_url,
print_url: link.print_url print_url: link.print_url,
username: link.username
} }
this.qrCodeDialog.show = true this.qrCodeDialog.show = true
}, },

View file

@ -319,6 +319,10 @@
<strong>Dispatches webhook to:</strong> {{ qrCodeDialog.data.webhook <strong>Dispatches webhook to:</strong> {{ qrCodeDialog.data.webhook
}}<br /> }}<br />
<strong>On success:</strong> {{ qrCodeDialog.data.success }}<br /> <strong>On success:</strong> {{ qrCodeDialog.data.success }}<br />
<span v-if="qrCodeDialog.data.username">
<strong>Lightning Address: </strong> {{ qrCodeDialog.data.username}}@{{domain}}
<br/>
</span>
</p> </p>
{% endraw %} {% endraw %}
<div class="row q-mt-lg q-gutter-sm"> <div class="row q-mt-lg q-gutter-sm">