Interface: ForgotPasswordFormProps¶
Defined in: src/components/registration/ForgotPasswordForm.tsx:18
Properties¶
onSubmit¶
onSubmit: (
Promise\<FormSubmitResult>
Defined in: src/components/registration/ForgotPasswordForm.tsx:20
Called when the form is submitted — should return a FormSubmitResult
Parameters¶
email¶
string
Returns¶
Promise\<FormSubmitResult>