Revert "make copy lnurl to clipboard work"

This reverts commit c8b725830b.
This commit is contained in:
Lee Salminen 2022-08-29 08:39:30 -06:00
parent e715ff52d2
commit 93483f76ab
2 changed files with 2 additions and 2 deletions

View File

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

View File

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