Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2219 Rev 2236
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
    window.localStorage.removeItem('jwt')
-
 
19
    window.localStorage.removeItem('aes')
17
  return (dispatch) => {
20
    dispatch(removeAuth())
18
    dispatch(removeAuth())
21
  }
19
  }
Línea 22... Línea 20...
22
}
20
}