Interface: ForgotPasswordFormProps¶
Defined in: src/components/registration/ForgotPasswordForm.tsx:12
Properties¶
error?¶
optionalerror?:string|null
Defined in: src/components/registration/ForgotPasswordForm.tsx:18
Error message to display
onSubmit¶
onSubmit: (
void
Defined in: src/components/registration/ForgotPasswordForm.tsx:14
Called when the form is submitted
Parameters¶
email¶
string
Returns¶
void
submitting?¶
optionalsubmitting?:boolean
Defined in: src/components/registration/ForgotPasswordForm.tsx:16
Whether the form is currently submitting
success?¶
optionalsuccess?:string|null
Defined in: src/components/registration/ForgotPasswordForm.tsx:20
Success message to display after submission