Skip to content

frontend


Interface: LoginFormProps

Defined in: src/components/registration/LoginForm.tsx:13

Properties

error?

optional error?: string | null

Defined in: src/components/registration/LoginForm.tsx:19

Error message to display


forgotPasswordPath?

optional forgotPasswordPath?: string | null

Defined in: src/components/registration/LoginForm.tsx:25

Path for the forgot password link (set to null to hide)


onSubmit

onSubmit: (data) => void

Defined in: src/components/registration/LoginForm.tsx:15

Called when the form is submitted

Parameters

data

LoginFormData

Returns

void


registerPath?

optional registerPath?: string | null

Defined in: src/components/registration/LoginForm.tsx:23

Path for the register link (set to null to hide)


requireTotp?

optional requireTotp?: boolean

Defined in: src/components/registration/LoginForm.tsx:21

Whether to show the TOTP input


submitting?

optional submitting?: boolean

Defined in: src/components/registration/LoginForm.tsx:17

Whether the form is currently submitting