From the course: React: Authentication (2021)

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Handling password reset success and failure

Handling password reset success and failure - React.js Tutorial

From the course: React: Authentication (2021)

Handling password reset success and failure

- [Teacher] Okay, so that's all we need to implement for our password reset landing page. We now need to implement the success and fail components. These are going to look very very similar to the email confirmation success and fail components, so much so that we can really just copy and paste these and use them as a starting point. So let's copy and paste this here. Go over to our password reset success, paste that and same thing for our email verification fail. Copy that. Go over to password reset fail, and paste it. And then we're going to change these around a little bit to make sure they fit. So we're going to say password reset success instead of email verification success. And we're just going to change this message here to something like your password has been reset, to something like your password has been reset, now please login with your new password. now please login with your new password. And then we're going…

Contents