ENCOA-132: Create user is not linking to the Corporate Account

This commit is contained in:
Tiago Ribeiro
2024-08-29 15:06:32 +01:00
parent 2b71f2467c
commit fdc8f98b21

View File

@@ -104,6 +104,7 @@ export default function UserCreator({user, onFinish}: {user: User; onFinish: ()
email,
password,
groupID: group,
corporate: selectedCorporate || user.id,
type,
studentID: type === "student" ? studentID : undefined,
expiryDate,