do not add lnurlw:// to the string
This commit is contained in:
parent
c35ae109a4
commit
630cc296fb
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ new Vue({
|
||||||
return {
|
return {
|
||||||
toggleAdvanced: false,
|
toggleAdvanced: false,
|
||||||
nfcTagReading: false,
|
nfcTagReading: false,
|
||||||
lnurlLink: `lnurlw://${window.location.host}/boltcards/api/v1/scan/`,
|
lnurlLink: `${window.location.host}/boltcards/api/v1/scan/`,
|
||||||
cards: [],
|
cards: [],
|
||||||
hits: [],
|
hits: [],
|
||||||
refunds: [],
|
refunds: [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue