fix: wallet url (#2961)

This commit is contained in:
Vlad Stan
2025-02-13 22:54:28 +02:00
committed by GitHub
parent bfa23568e3
commit 0912d7d1c8
+1 -1
View File
@@ -300,7 +300,7 @@
<q-card-section class="text-center">
<p v-text="$t('export_to_phone_desc')"></p>
<lnbits-qrcode
:value="`${baseUrl}/wallet?usr=${g.user.id}&wal=${g.wallet.id}`"
:value="`${baseUrl}wallet?usr=${g.user.id}&wal=${g.wallet.id}`"
></lnbits-qrcode>
</q-card-section>
<span v-text="exportWalletQR"></span>