nuxt-x-auth-stack
ForgotPassword
Password reset request form for Stack Auth that shows a success state after the email is sent.
ForgotPassword
The XAuthForgotPassword component renders a single-field form that calls forgotPassword. After submission it shows a success message via the emailSent state. Works when xAuth.features.forgotPassword is true.
Components
<XAuthForgotPassword />
Place on the /auth/forgot-password page.
<XAuthForgotPassword />
Props
No props. The emailSent state and loading indicator are managed internally via useXAuth.
AI Context
component: XAuthForgotPassword
package: "@xenterprises/nuxt-x-auth-stack"
use-when: Forgot password page backed by Stack Auth
