Changed key to adminkey

This commit is contained in:
Ben Arc 2021-06-13 14:19:44 +01:00
parent 0d9f9508ac
commit 8fd5a19baf

View File

@ -187,7 +187,7 @@ new Vue({
.request(
'GET',
'/jukebox/api/v1/jukebox/' + self.jukeboxDialog.data.sp_id,
self.g.user.wallets[0].inkey
self.g.user.wallets[0].adminkey
)
.then(response => {
if (response.data.sp_access_token) {