Proyectos de Subversion LeadersLinked - SPA

Rev

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

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