do not add lnurlw:// to the string
This commit is contained in:
parent
c35ae109a4
commit
630cc296fb
|
@ -16,7 +16,7 @@ new Vue({
|
|||
return {
|
||||
toggleAdvanced: false,
|
||||
nfcTagReading: false,
|
||||
lnurlLink: `lnurlw://${window.location.host}/boltcards/api/v1/scan/`,
|
||||
lnurlLink: `${window.location.host}/boltcards/api/v1/scan/`,
|
||||
cards: [],
|
||||
hits: [],
|
||||
refunds: [],
|
||||
|
|
Loading…
Reference in New Issue
Block a user