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
Thanks David, I haven't touched/used this repo for almost a year now, I think you just need to connect ForgotPasswordContainer to redux along those lines: export default connect( ... )(ForgotPasswordContainer);
When trying reset password I get this
Unhandled Rejection (TypeError): Cannot read property 'auth' of undefined
ForgotPasswordContainer._this.onSubmitNewPassword [as onSubmit]
src/components/ForgotPassword/ForgotPasswordContainer.js:27
24 |
25 | onSubmitNewPassword = ({ confirmationCode, newPassword }) => {
26 | const email = this.state.value;
The text was updated successfully, but these errors were encountered: