diff --git a/actions/auth/auth.ts b/actions/auth/auth.ts index 394bdf4f3e..2d7852e1e4 100644 --- a/actions/auth/auth.ts +++ b/actions/auth/auth.ts @@ -61,7 +61,6 @@ export const createNewUser = async ( type: "User", attributes: { name: formData.name, - company_name: formData.company, email: formData.email, password: formData.password, },