nuxt-x-neon-auth
ForgotPassword
Password reset request form for Neon 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 emailSent. Works when xAuth.features.forgotPassword is true.
Components
<XAuthForgotPassword />
Place on the /auth/forgot-password page.
<XAuthForgotPassword />
Props
No props. Loading and error states are handled internally via useXAuth().
AI Context
component: XAuthForgotPassword
package: "@xenterprises/nuxt-x-neon-auth"
use-when: Forgot password page backed by Neon Auth
