ForgotPasswordForm
DomainEmail input that triggers a password reset link. Shows an inline success state after submission instead of a redirect.
Forgot Password
<ForgotPasswordForm onSubmit={async (email) => sendResetLink(email)} />Forgot Password
// After successful onSubmit, form renders a success message automatically