mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-07 11:28:19 +02:00
lnurl-auth: show the correct wallet linking_key on modal.
This commit is contained in:
parent
b794f8302d
commit
b7e337b0ee
@ -344,7 +344,7 @@ new Vue({
|
||||
.request(
|
||||
'GET',
|
||||
'/api/v1/lnurlscan/' + this.parse.data.request,
|
||||
this.g.user.wallets[0].adminkey
|
||||
this.g.wallet.adminkey
|
||||
)
|
||||
.catch(err => {
|
||||
LNbits.utils.notifyApiError(err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user