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 hashlib
import math import math
from quart import jsonify, url_for, request from quart import jsonify, url_for, request

View file

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