diff options
| author | Henry Jameson <me@hjkos.com> | 2019-07-07 00:54:17 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-07-07 00:54:17 +0300 |
| commit | 020c6d1bcfaf67ccb9ecdab13a39a1ddea868bb6 (patch) | |
| tree | 2c4d29afd542e288ad1907609a1b12c7c0719e31 /src/modules/auth_flow.js | |
| parent | 1ec4caa0bbea18854a8a7bccaa7e2a0ea8bdf79e (diff) | |
all the manual fixes
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 }) |
