Add users

This commit is contained in:
Aditya Siregar
2025-08-15 22:53:40 +07:00
parent 5966301165
commit 8322bbef18
5 changed files with 7 additions and 1 deletions
+1
View File
@@ -351,6 +351,7 @@ func (p *UserProcessorImpl) BulkCreateUsersWithTransaction(ctx context.Context,
user := &entities.User{
ID: uuid.New(),
Username: req.Email,
Name: req.Name,
Email: req.Email,
PasswordHash: string(hashedPassword),