diff -r f0f83f5530a6 -r c78d579f4b55 client/src/actions/authActions.js --- 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, + }; +} +