--- a/client/src/actions/authActions.js Mon Jun 19 15:05:36 2017 +0200 +++ b/client/src/actions/authActions.js Mon Jun 19 15:36:52 2017 +0200 @@ -7,3 +7,9 @@ password }; } + +export const logout = () => { + return { + type: types.AUTH_LOGOUT + }; +}