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
|
@ -17,7 +17,7 @@ const oauth = {
|
|||
state.clientId = clientId
|
||||
state.clientSecret = clientSecret
|
||||
},
|
||||
setClientToken (state, token) {
|
||||
setAppToken (state, token) {
|
||||
state.appToken = token
|
||||
},
|
||||
setToken (state, token) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue