mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 04:21:52 +00:00
fix: prevent sending default empty string for company name during sign-up
This commit is contained in:
@@ -61,7 +61,6 @@ export const createNewUser = async (
|
||||
type: "User",
|
||||
attributes: {
|
||||
name: formData.name,
|
||||
company_name: formData.company,
|
||||
email: formData.email,
|
||||
password: formData.password,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user