add ln address to qr code

This commit is contained in:
bitkarrot 2023-03-14 16:35:31 -07:00
commit b672a7710c
2 changed files with 6 additions and 2 deletions

View file

@ -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
},