Merge branch 'lnaddr' of https://github.com/bitkarrot/lnurlp into lnaddr
This commit is contained in:
commit
5085258bdf
2 changed files with 6 additions and 1 deletions
|
|
@ -93,7 +93,8 @@ new Vue({
|
|||
: 'do nothing',
|
||||
lnurl: link.lnurl,
|
||||
pay_url: link.pay_url,
|
||||
print_url: link.print_url
|
||||
print_url: link.print_url,
|
||||
username: link.username
|
||||
}
|
||||
this.qrCodeDialog.show = true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -319,6 +319,10 @@
|
|||
<strong>Dispatches webhook to:</strong> {{ qrCodeDialog.data.webhook
|
||||
}}<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>
|
||||
{% endraw %}
|
||||
<div class="row q-mt-lg q-gutter-sm">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue