diff --git a/components/form/Field.tsx b/components/form/Field.tsx index 95071dc..b692bfa 100644 --- a/components/form/Field.tsx +++ b/components/form/Field.tsx @@ -36,7 +36,8 @@ export const Field: React.FC<{ | "textarea" | "time" | "date" - | "password"; + | "password" + | "email"; placeholder?: string; disabled?: boolean; required?: boolean;