t10d / cra-template-kingdom

Create React App Template crafted in the Kingdom.
MIT License
15 stars 1 forks source link

Reset password #16

Closed diogomqbm closed 3 years ago

diogomqbm commented 3 years ago

Description

Same approach as #14 but for reset password screen where the user should be able to reset password. Be aware that this includes 2 routes:

  1. Forgot your password
  2. Reset password

Where in 1 we should implement a screen where users enter their email to receive a reset password message which leads to 2, where they type and confirm their new password.