lnurl-auth: show the correct wallet linking_key on modal.

This commit is contained in:
fiatjaf 2020-11-11 22:42:40 -03:00
parent b794f8302d
commit b7e337b0ee

View File

@ -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)