diff --git a/src/components/auth/view/AuthInputField.tsx b/src/components/auth/view/AuthInputField.tsx index 9ffcfc83d..b382a059f 100644 --- a/src/components/auth/view/AuthInputField.tsx +++ b/src/components/auth/view/AuthInputField.tsx @@ -6,8 +6,16 @@ type AuthInputFieldProps = { placeholder: string; isDisabled: boolean; type?: 'text' | 'password' | 'email'; + name?: string; + autoComplete?: string; }; +/** + * A labelled input field for authentication forms. + * Renders a `