lnurl big

This commit is contained in:
Ben Arc
2021-04-14 22:35:12 +01:00
parent d288497d9d
commit c39399befa
2 changed files with 2 additions and 1 deletions

View File

@@ -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>

View File

@@ -171,6 +171,7 @@
console.log('{{ copilot.id }}')
if (location.protocol == 'https:') {
console.log(location.protocol)
this.connection = new WebSocket(
'wss://' +
document.domain +