Forgot Password
Enter your email to receive a one-time code to reset your password.
If verification succeeds you can reset your password. ResetPasswordAction will also verify OTP server-side.
Note: This page expects sendOtp(email), verifyOtp(email, otp) and ResetPasswordAction(email, otp, newPassword) to be implemented server-side (or in your action file). ResetPasswordAction should verify the OTP and update the user's password. On success this page redirects to /authenticate/sign-in.