You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First things first - after downloading many react-redux starter projects and repos, your's has been by far the most comprehendible to me. Thanks very much. The fog is clearing.
It looks like the actions for the forgot password functionality that are referenced in /containers/ForgotPwdFormContainer...
import {forgotPwd, forgotPwdSuccess, forgotPwdFailure, resetUserFields } from '../actions/users';
... don't exist in the repo. Do they exist, but did not get pushed up to GH? If you did write them and wouldn't mind sharing them, it would be very much appreciated.
Thanks for sharing this great work
The text was updated successfully, but these errors were encountered:
First things first - after downloading many react-redux starter projects and repos, your's has been by far the most comprehendible to me. Thanks very much. The fog is clearing.
It looks like the actions for the forgot password functionality that are referenced in /containers/ForgotPwdFormContainer...
import {forgotPwd, forgotPwdSuccess, forgotPwdFailure, resetUserFields } from '../actions/users';
... don't exist in the repo. Do they exist, but did not get pushed up to GH? If you did write them and wouldn't mind sharing them, it would be very much appreciated.
Thanks for sharing this great work
The text was updated successfully, but these errors were encountered: