fix: prevent sending default empty string for company name during sign-up

This commit is contained in:
Pablo Lara
2024-10-16 06:06:37 +02:00
parent 53b04879a0
commit ce205dc95d
-1
View File
@@ -61,7 +61,6 @@ export const createNewUser = async (
type: "User",
attributes: {
name: formData.name,
company_name: formData.company,
email: formData.email,
password: formData.password,
},