lnurl big
This commit is contained in:
parent
d288497d9d
commit
c39399befa
2 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
></video>
|
></video>
|
||||||
<img src="" style="width: 100%" id="animations" class="fixed-bottom-left" />
|
<img src="" style="width: 100%" id="animations" class="fixed-bottom-left" />
|
||||||
<qrcode
|
<qrcode
|
||||||
style="width: 10%; z-index: 9999"
|
style="width: 20%; z-index: 9999"
|
||||||
:value="{{copilot.lnurl}}"
|
:value="{{copilot.lnurl}}"
|
||||||
class="rounded-borders fixed-top-right"
|
class="rounded-borders fixed-top-right"
|
||||||
></qrcode>
|
></qrcode>
|
||||||
|
|
|
||||||
|
|
@ -171,6 +171,7 @@
|
||||||
console.log('{{ copilot.id }}')
|
console.log('{{ copilot.id }}')
|
||||||
|
|
||||||
if (location.protocol == 'https:') {
|
if (location.protocol == 'https:') {
|
||||||
|
console.log(location.protocol)
|
||||||
this.connection = new WebSocket(
|
this.connection = new WebSocket(
|
||||||
'wss://' +
|
'wss://' +
|
||||||
document.domain +
|
document.domain +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue