Update wallet.html

This commit is contained in:
Pac
2021-02-12 11:37:35 -03:00
committed by fiatjaf
parent e251291076
commit 378e408dca

View File

@@ -228,7 +228,7 @@
<strong>Scan this QRcode to open this wallet somewhere else (e.g. your cell phone)</strong><p></p>
<q-responsive :ratio="1" class="q-mx-xl">
<qrcode
:value="'{{request.url_root}}'+'wallet?usr={{user.id}}&wal={{wallet.it}}'"
:value="'{{request.url_root}}'+'wallet?usr={{user.id}}&wal={{wallet.id}}'"
:options="{width:240}"
></qrcode>
</q-responsive><p></p>