feat: authenticator username for user v3 API

This commit is contained in:
Stefan Benz
2024-09-20 09:14:51 +02:00
parent e5eba50039
commit ad972d888d
3 changed files with 148 additions and 0 deletions

View File

@@ -75,6 +75,9 @@ func NewUsernameCreatedEvent(
aggregate,
UsernameCreatedType,
),
UserID: userID,
IsOrgSpecific: isOrgSpecific,
Username: username,
}
}