client/src/actions/authActions.js
changeset 52 96f8a4a59bd9
parent 44 3b20e2b584fe
child 89 06f609adfbf8
--- 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
+  };
+}