Skip to content

frontend


Interface: ResetPasswordFormProps

Defined in: src/components/registration/ResetPasswordForm.tsx:7

Properties

error?

optional error?: 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?

optional submitting?: boolean

Defined in: src/components/registration/ResetPasswordForm.tsx:11

Whether the form is currently submitting