Interface: ResetPasswordFormProps¶
Defined in: src/components/registration/ResetPasswordForm.tsx:7
Properties¶
error?¶
optionalerror?:string|null
Defined in: src/components/registration/ResetPasswordForm.tsx:13
Error message to display
onSubmit¶
onSubmit: (
newPassword) =>void
Defined in: src/components/registration/ResetPasswordForm.tsx:9
Called when the form is submitted
Parameters¶
newPassword¶
string
Returns¶
void
submitting?¶
optionalsubmitting?:boolean
Defined in: src/components/registration/ResetPasswordForm.tsx:11
Whether the form is currently submitting