remove double slash in LNURL pay endpoint URL (#129)
This commit is contained in:
parent
9281cb74fb
commit
dc37e259ba
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ window.PageLnurlp = {
|
|||
username: link.username
|
||||
}
|
||||
const domain = link.domain || window.location.host
|
||||
this.activeUrl = `https://${domain}/lnurlp//${link.id}`
|
||||
this.activeUrl = `https://${domain}/lnurlp/${link.id}`
|
||||
this.qrCodeDialog.show = true
|
||||
},
|
||||
openUpdateDialog(linkId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue