mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 14:40:47 +01:00
recover user for export-to-phone
This commit is contained in:
parent
d0cb961b49
commit
43a797444a
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@
|
|||
<q-card-section class="text-center">
|
||||
<p v-text="$t('export_to_phone_desc')"></p>
|
||||
<qrcode
|
||||
:value="'{{request.base_url}}' +'wallet?wal={{wallet.id}}'"
|
||||
:value="`${request.base_url}wallet?usr=${user.id}&wal=${wallet.id}`"
|
||||
:options="{width:240}"
|
||||
></qrcode>
|
||||
</q-card-section>
|
||||
|
|
Loading…
Add table
Reference in a new issue