do not add lnurlw:// to the string

This commit is contained in:
Lee Salminen 2022-08-29 08:22:51 -06:00
parent c35ae109a4
commit 630cc296fb

View File

@ -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: [],