ENCOA-132: Create user is not linking to the Corporate Account
This commit is contained in:
@@ -104,6 +104,7 @@ export default function UserCreator({user, onFinish}: {user: User; onFinish: ()
|
|||||||
email,
|
email,
|
||||||
password,
|
password,
|
||||||
groupID: group,
|
groupID: group,
|
||||||
|
corporate: selectedCorporate || user.id,
|
||||||
type,
|
type,
|
||||||
studentID: type === "student" ? studentID : undefined,
|
studentID: type === "student" ? studentID : undefined,
|
||||||
expiryDate,
|
expiryDate,
|
||||||
|
|||||||
Reference in New Issue
Block a user