Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2237 Rev 3035
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) => {
17
  return (dispatch) => {
18
    console.trace('Logout dispatched')
18
    window.localStorage.removeItem('jwt')
19
    window.localStorage.removeItem('jwt')
19
    window.localStorage.removeItem('aes')
20
    window.localStorage.removeItem('aes')
20
    dispatch(removeAuth())
21
    dispatch(removeAuth())
21
  }
22
  }