fix: wallet url (#2961)
This commit is contained in:
parent
bfa23568e3
commit
0912d7d1c8
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,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>
|
||||||
<lnbits-qrcode
|
<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>
|
></lnbits-qrcode>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
<span v-text="exportWalletQR"></span>
|
<span v-text="exportWalletQR"></span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue