Revert "do not add lnurlw:// to the string"

This reverts commit 630cc296fb56ddb33995b6c659add7c8d26f4163.
This commit is contained in:
Lee Salminen 2022-08-29 08:38:48 -06:00
parent 630cc296fb
commit a086db43ba

View File

@ -16,7 +16,7 @@ new Vue({
return {
toggleAdvanced: false,
nfcTagReading: false,
lnurlLink: `${window.location.host}/boltcards/api/v1/scan/`,
lnurlLink: `lnurlw://${window.location.host}/boltcards/api/v1/scan/`,
cards: [],
hits: [],
refunds: [],