Implement this according to [Supabase's documentation ](https://supabase.com/docs/reference/javascript/auth-resetpasswordforemail) More resources (if needed): - [Our Supabase dashboard's documentation on authentication [Look over this!]](https://supabase.com/dashboard/project/cxtjosnthqsylknmsvob/api?page=auth) - [Our Supabase dashboard's documentation on users management [Look over this!]](https://supabase.com/dashboard/project/cxtjosnthqsylknmsvob/api?page=users-management) - [Overview of authentication in Supabase](https://supabase.com/docs/guides/auth) - [Next.js template for authentication](https://supabase.com/docs/guides/auth/server-side/nextjs) Goal: - Send password reset email to user - Update user with new password Note: Include screenshots in your PR as proof that your code works properly
Implement this according to Supabase's documentation
More resources (if needed):
Goal:
Note: Include screenshots in your PR as proof that your code works properly