/reset — Public page (not protected)
Setup
- Create a page at
/resetin Framer - Insert Reset Password Form from Components
- Drag it onto the page
What It Does
- New Password and Confirm Password fields
- The reset token is read from the URL automatically (sent via the forgot password email)
- Redirects to sign-in after successful reset
You don’t need to handle the token manually. When the user clicks the reset link in their email, the token is in the URL and the component reads it automatically.