rename mutations according to actual property names

This commit is contained in:
Henry Jameson 2019-06-13 10:11:17 +03:00
parent f9c3aabea4
commit acbeea59ff
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ const oauth = {
state.clientId = clientId
state.clientSecret = clientSecret
},
setClientToken (state, token) {
setAppToken (state, token) {
state.appToken = token
},
setToken (state, token) {