client/src/actions/authActions.js
changeset 199 c78d579f4b55
parent 129 d48946d164c6
--- a/client/src/actions/authActions.js	Thu Dec 06 01:35:30 2018 +0100
+++ b/client/src/actions/authActions.js	Tue Dec 18 02:27:22 2018 +0100
@@ -35,7 +35,14 @@
   };
 }
 
-
 export const resetAll = () => {
   return { type: types.SYNC_RESET_ALL }
 }
+
+export const resetSubmit = (email) => {
+  return {
+    type: types.AUTH_RESET_SUBMIT,
+    email,
+  };
+}
+