Skip to content

Commit ca97c16

Browse files
committed
ISSUE #5412 invite now unpacked
1 parent 039710d commit ca97c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/v5/processors/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Users.createNewUserRecord = async (idpUserData) => {
5050

5151
await addUser(userData);
5252

53-
publish(events.USER_CREATED, { id, email, fullName: name, createdAt: userData.createdAt });
53+
publish(events.USER_CREATED, { username: id, email, fullName: name, createdAt: userData.createdAt });
5454
return id;
5555
};
5656

0 commit comments

Comments
 (0)