Revert "make copy lnurl to clipboard work"
This reverts commit c8b725830b.
This commit is contained in:
parent
e715ff52d2
commit
93483f76ab
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,6 @@ new Vue({
|
||||||
return {
|
return {
|
||||||
toggleAdvanced: false,
|
toggleAdvanced: false,
|
||||||
nfcTagReading: false,
|
nfcTagReading: false,
|
||||||
lnurlLink: `lnurlw://${window.location.host}/boltcards/api/v1/scan/`,
|
|
||||||
cards: [],
|
cards: [],
|
||||||
hits: [],
|
hits: [],
|
||||||
refunds: [],
|
refunds: [],
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,8 @@
|
||||||
outline
|
outline
|
||||||
color="grey"
|
color="grey"
|
||||||
@click="copyText(lnurlLink + props.row.uid)"
|
@click="copyText(lnurlLink + props.row.uid)"
|
||||||
>lnurlw://...<q-tooltip
|
lnurlLink
|
||||||
|
>lnurl://...<q-tooltip
|
||||||
>Click to copy, then add to NFC card</q-tooltip
|
>Click to copy, then add to NFC card</q-tooltip
|
||||||
>
|
>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue