diff --git a/components/auth/form-field.tsx b/components/auth/form-field.tsx index e7e588d..1966e37 100644 --- a/components/auth/form-field.tsx +++ b/components/auth/form-field.tsx @@ -19,7 +19,7 @@ interface FormFieldProps { showPasswordToggle?: boolean; onPasswordToggle?: () => void; showPassword?: boolean; -} +} export const FormField: React.FC = ({ label,