nuxt-x-auth-better
ForgotPassword
Password reset request form that shows a success state after the reset 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 with xAuth.features.forgotPassword.
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-auth-better"
use-when: Forgot password page — email input that triggers a Better Auth reset email
