fix email
This commit is contained in:
@@ -98,7 +98,7 @@ export async function action({ request, context }: Route.ActionArgs) {
|
||||
org_id,
|
||||
name,
|
||||
cnpj,
|
||||
email: `org+${cnpj}@${INTERNAL_EMAIL_DOMAIN}`,
|
||||
email: user.email,
|
||||
created_by: { id: user.sub, name: user.name },
|
||||
...body
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user