rename mutations according to actual property names
This commit is contained in:
parent
f9c3aabea4
commit
acbeea59ff
2 changed files with 2 additions and 2 deletions
|
@ -196,7 +196,7 @@ const getAppSecret = async ({ store }) => {
|
|||
return getOrCreateApp({ ...oauth, instance: instance.server, commit })
|
||||
.then((app) => getClientToken({ ...app, instance: instance.server }))
|
||||
.then((token) => {
|
||||
commit('setClientToken', token.access_token)
|
||||
commit('setAppToken', token.access_token)
|
||||
commit('setBackendInteractor', backendInteractorService(store.getters.getToken()))
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue