From 0d67ea812437b72681f1e4e7c7c381aab0f8835a 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:56 +0000 Subject: [PATCH] Changes Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com> --- src/components/PlansSection.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index 3cbcda7..119433f 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -101,6 +101,7 @@ const PlansSection = () => { const [errors, setErrors] = useState>({}); const [clientSecret, setClientSecret] = useState(null); const [cityOpen, setCityOpen] = useState(false); + const [showPassword, setShowPassword] = useState(false); const [form, setForm] = useState({ företag: "", epost: "", @@ -109,6 +110,7 @@ const PlansSection = () => { postnummer: "", stad: "", kommentarer: "", + password: "", }); const filteredCities = useMemo(() => {