diff -r f0f83f5530a6 -r c78d579f4b55 client/src/constants/actionTypes.js --- a/client/src/constants/actionTypes.js Thu Dec 06 01:35:30 2018 +0100 +++ b/client/src/constants/actionTypes.js Tue Dec 18 02:27:22 2018 +0100 @@ -25,6 +25,10 @@ export const AUTH_REGISTER_REQUEST = 'AUTH_REGISTER_REQUEST'; export const AUTH_REGISTER_ERROR = 'AUTH_REGISTER_ERROR'; +export const AUTH_RESET_SUBMIT = 'AUTH_RESET_SUBMIT'; +export const AUTH_RESET_REQUEST = 'AUTH_RESET_REQUEST'; +export const AUTH_RESET_ERROR = 'AUTH_RESET_ERROR'; + // Used both by login & register export const AUTH_LOGIN_SUCCESS = 'AUTH_LOGIN_SUCCESS';