Skip to content

frontend


Interface: LoginFormProps

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

Properties

forgotPasswordPath?

optional forgotPasswordPath?: string | null

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

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


onSubmit

onSubmit: (data) => Promise\<FormSubmitResult>

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

Called when the form is submitted — should return a FormSubmitResult

Parameters

data

LoginFormData

Returns

Promise\<FormSubmitResult>


registerPath?

optional registerPath?: string | null

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

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


requireTotp?

optional requireTotp?: boolean

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

Whether to show the TOTP input