Skip to content

frontend


Interface: ForgotPasswordFormProps

Defined in: src/components/registration/ForgotPasswordForm.tsx:12

Properties

error?

optional error?: string | null

Defined in: src/components/registration/ForgotPasswordForm.tsx:18

Error message to display


onSubmit

onSubmit: (email) => void

Defined in: src/components/registration/ForgotPasswordForm.tsx:14

Called when the form is submitted

Parameters

email

string

Returns

void


submitting?

optional submitting?: boolean

Defined in: src/components/registration/ForgotPasswordForm.tsx:16

Whether the form is currently submitting


success?

optional success?: string | null

Defined in: src/components/registration/ForgotPasswordForm.tsx:20

Success message to display after submission