Changes
Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com>
This commit is contained in:
@@ -101,6 +101,7 @@ const PlansSection = () => {
|
|||||||
const [errors, setErrors] = useState<Record<string, string>>({});
|
const [errors, setErrors] = useState<Record<string, string>>({});
|
||||||
const [clientSecret, setClientSecret] = useState<string | null>(null);
|
const [clientSecret, setClientSecret] = useState<string | null>(null);
|
||||||
const [cityOpen, setCityOpen] = useState(false);
|
const [cityOpen, setCityOpen] = useState(false);
|
||||||
|
const [showPassword, setShowPassword] = useState(false);
|
||||||
const [form, setForm] = useState({
|
const [form, setForm] = useState({
|
||||||
företag: "",
|
företag: "",
|
||||||
epost: "",
|
epost: "",
|
||||||
@@ -109,6 +110,7 @@ const PlansSection = () => {
|
|||||||
postnummer: "",
|
postnummer: "",
|
||||||
stad: "",
|
stad: "",
|
||||||
kommentarer: "",
|
kommentarer: "",
|
||||||
|
password: "",
|
||||||
});
|
});
|
||||||
|
|
||||||
const filteredCities = useMemo(() => {
|
const filteredCities = useMemo(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user