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
| Prop | Type | Default | Description |
|---|---|---|---|
loading | boolean | false | Show a loading state on the submit button |
error | string | null | null | Display an error message above the form |
AI Context
component: XAuthForgotPassword
package: "@xenterprises/nuxt-x-neon-auth"
use-when: Forgot password page backed by Neon Auth
