ForgotPasswordForm

Domain

Email input that triggers a password reset link. Shows an inline success state after submission instead of a redirect.

Default

Preview

Forgot Password

Code
<ForgotPasswordForm onSubmit={async (email) => sendResetLink(email)} />

Sent state

Preview

Forgot Password

Code
// After successful onSubmit, form renders a success message automatically
Sourcemodules/domains/common/auth/ForgotPasswordForm.tsx