Interface: LoginFormProps¶
Defined in: src/components/registration/LoginForm.tsx:13
Properties¶
error?¶
optionalerror?:string|null
Defined in: src/components/registration/LoginForm.tsx:19
Error message to display
forgotPasswordPath?¶
optionalforgotPasswordPath?: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¶
Returns¶
void
registerPath?¶
optionalregisterPath?:string|null
Defined in: src/components/registration/LoginForm.tsx:23
Path for the register link (set to null to hide)
requireTotp?¶
optionalrequireTotp?:boolean
Defined in: src/components/registration/LoginForm.tsx:21
Whether to show the TOTP input
submitting?¶
optionalsubmitting?:boolean
Defined in: src/components/registration/LoginForm.tsx:17
Whether the form is currently submitting