Interface: ResetPasswordFormProps¶
Defined in: src/components/registration/ResetPasswordForm.tsx:19
Properties¶
onSubmit¶
onSubmit: (
newPassword) =>Promise\<FormSubmitResult>
Defined in: src/components/registration/ResetPasswordForm.tsx:21
Called when the form is submitted — should return a FormSubmitResult
Parameters¶
newPassword¶
string
Returns¶
Promise\<FormSubmitResult>