diff --git a/frontend/src/store/store.js b/frontend/src/store/store.js index b59f2ceb8..2447966cc 100644 --- a/frontend/src/store/store.js +++ b/frontend/src/store/store.js @@ -66,6 +66,7 @@ export const store = new Vuex.Store({ } }, logout: async ({ commit , state }) => { + console.log('action: logout') // Are we actually logged in? if(state.session_id){ const result = await loginAPI.logout(state.session_id)