make copy lnurl to clipboard work

This commit is contained in:
Lee Salminen 2022-08-29 07:55:51 -06:00
parent 8832d6e4eb
commit c8b725830b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -68,8 +68,7 @@
outline
color="grey"
@click="copyText(lnurlLink + props.row.uid)"
lnurlLink
>lnurl://...<q-tooltip
>lnurlw://...<q-tooltip
>Click to copy, then add to NFC card</q-tooltip
>
</q-btn>