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:
  1. Add a 'reset-password' verification type to
  2. Use some of the utilities from in to get the verification code set up to email the user
  3. Implement the handleVerification function in to handle what happens after the user has successfully verified their ownership of the account.
  4. Call the handleVerification in .
Once your done, the user should be able to get to the password reset page.
Good luck!