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>
|
||||
<img src="" style="width: 100%" id="animations" class="fixed-bottom-left" />
|
||||
<qrcode
|
||||
style="width: 10%; z-index: 9999"
|
||||
style="width: 20%; z-index: 9999"
|
||||
:value="{{copilot.lnurl}}"
|
||||
class="rounded-borders fixed-top-right"
|
||||
></qrcode>
|
||||
|
|
|
|||
|
|
@ -171,6 +171,7 @@
|
|||
console.log('{{ copilot.id }}')
|
||||
|
||||
if (location.protocol == 'https:') {
|
||||
console.log(location.protocol)
|
||||
this.connection = new WebSocket(
|
||||
'wss://' +
|
||||
document.domain +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue