mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-20 04:21:20 +02:00
Changed key to adminkey
This commit is contained in:
@@ -187,7 +187,7 @@ new Vue({
|
|||||||
.request(
|
.request(
|
||||||
'GET',
|
'GET',
|
||||||
'/jukebox/api/v1/jukebox/' + self.jukeboxDialog.data.sp_id,
|
'/jukebox/api/v1/jukebox/' + self.jukeboxDialog.data.sp_id,
|
||||||
self.g.user.wallets[0].inkey
|
self.g.user.wallets[0].adminkey
|
||||||
)
|
)
|
||||||
.then(response => {
|
.then(response => {
|
||||||
if (response.data.sp_access_token) {
|
if (response.data.sp_access_token) {
|
||||||
|
Reference in New Issue
Block a user