hotfix: qrcode broke wallet.html (#2340)

introduced by 43a79744
This commit is contained in:
dni ⚡ 2024-03-21 17:39:12 +01:00 committed by GitHub
parent 522c4df44c
commit 4bba6ecc82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -370,7 +370,7 @@
<q-card-section class="text-center"> <q-card-section class="text-center">
<p v-text="$t('export_to_phone_desc')"></p> <p v-text="$t('export_to_phone_desc')"></p>
<qrcode <qrcode
:value="`${request.base_url}wallet?usr=${user.id}&wal=${wallet.id}`" :value="'{{request.base_url}}wallet?usr={{user.id}}&wal={{wallet.id}}'"
:options="{width:240}" :options="{width:240}"
></qrcode> ></qrcode>
</q-card-section> </q-card-section>