added lnurl json

This commit is contained in:
Ben Arc
2021-04-16 11:28:50 +01:00
parent 1c81f3b2a5
commit 598f578f4d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
import json
import hashlib
import math
from quart import jsonify, url_for, request

View File

@@ -18,13 +18,12 @@
<div
v-if="'{{ lnurl_toggle }}' == 1"
class="rounded-borders fixed-top-right column"
style="width: 20%; z-index: 9999"
style="width: 350px; z-index: 9999"
>
<div class="col">
<qrcode
style="width: 100%"
:value="'{{ lnurl }}'"
:options="{width:222}"
:options="{width:350}"
class="rounded-borders"
></qrcode>
</div>
@@ -37,7 +36,7 @@
width: 100%;
"
>
<center>{{ copilot.title }}</center>
<center>{{ copilot.lnurl_title }}</center>
</div>
</div>