Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3035 | Rev 3262 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3035 Rev 3036
Línea 13... Línea 13...
13
  type: actionsTypes.STOP_LOADING
13
  type: actionsTypes.STOP_LOADING
14
})
14
})
Línea 15... Línea 15...
15
 
15
 
16
export const logout = () => {
16
export const logout = () => {
17
  return (dispatch) => {
-
 
18
    console.trace('Logout dispatched')
17
  return (dispatch) => {
19
    window.localStorage.removeItem('jwt')
18
    window.localStorage.removeItem('jwt')
20
    window.localStorage.removeItem('aes')
19
    window.localStorage.removeItem('aes')
21
    dispatch(removeAuth())
20
    dispatch(removeAuth())
22
  }
21
  }