fix(SW-360): remove default date

This commit is contained in:
Chuma McPhoy
2024-10-24 08:49:53 +02:00
parent eaf9c2f5f2
commit 62eb5a9bb5

View File

@@ -42,7 +42,7 @@ export default function SignupForm({ link, subtitle, title }: SignUpFormProps) {
lastName: "", lastName: "",
email: "", email: "",
phoneNumber: "", phoneNumber: "",
dateOfBirth: "1995-01-01", dateOfBirth: "",
address: { address: {
countryCode: "", countryCode: "",
zipCode: "", zipCode: "",