mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
parent
918cd152b1
commit
0f66498965
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ Vue.component("lnurl-withdraw-checkout", {
|
|||
}
|
||||
},
|
||||
async mounted () {
|
||||
if (!this.supported) return;
|
||||
try {
|
||||
this.permissionGranted = navigator.permissions &&
|
||||
(await navigator.permissions.query({ name: 'nfc' })).state === 'granted'
|
||||
|
|
Loading…
Add table
Reference in a new issue