diff options
Diffstat (limited to 'src/modules/auth_flow.js')
| -rw-r--r-- | src/modules/auth_flow.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/auth_flow.js b/src/modules/auth_flow.js index 34e15053..d0a90feb 100644 --- a/src/modules/auth_flow.js +++ b/src/modules/auth_flow.js @@ -73,6 +73,7 @@ const mutations = { // actions const actions = { + // eslint-disable-next-line camelcase async login ({ state, dispatch, commit }, { access_token }) { commit('setToken', access_token, { root: true }) await dispatch('loginUser', access_token, { root: true }) |
