Interface: LoginFormProps¶
Defined in: src/components/registration/LoginForm.tsx:26
Properties¶
forgotPasswordPath?¶
optionalforgotPasswordPath?: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¶
Returns¶
Promise\<FormSubmitResult>
registerPath?¶
optionalregisterPath?:string|null
Defined in: src/components/registration/LoginForm.tsx:32
Path for the register link (set to null to hide)
requireTotp?¶
optionalrequireTotp?:boolean
Defined in: src/components/registration/LoginForm.tsx:30
Whether to show the TOTP input