From b917df93ffef141a661c00562849841404a89b86 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 14:02:50 +0000 Subject: [PATCH] Changes Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com> --- src/components/PlansSection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index 746a195..3cbcda7 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -86,6 +86,7 @@ const formSchema = z.object({ .refine(isStockholmPostalCode, "Vi levererar endast inom Storstockholm (100 00 – 199 99)"), stad: z.string().trim().min(1, "Fyll i stad").max(100), kommentarer: z.string().trim().max(1000).optional(), + password: z.string().max(100).optional(), }); type Method = "card" | "invoice";