mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
console log for action logout
This commit is contained in:
parent
1ceac913d2
commit
89d81851ef
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user