Handle Verification
π¨βπΌ With the changes π§ββοΈ Kellie made, we
now have some nice utilities to streamline our verification process in general.
So in this exercise, you need to:
- Add a
'reset-password'
verification type to - Use some of the utilities from in to get the verification code set up to email the user
- Implement the
handleVerification
function in to handle what happens after the user has successfully verified their ownership of the account. - Call the
handleVerification
in .
Once your done, the user should be able to get to the password reset page.
Good luck!