Skip to content

Commit

Permalink
add full name in add user response
Browse files Browse the repository at this point in the history
  • Loading branch information
idanasulin2706 committed Jun 19, 2023
1 parent a1c19ff commit 8f5fbd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/memphis_cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -1305,6 +1305,7 @@ func (umh UserMgmtHandler) AddUser(c *gin.Context) {
c.IndentedJSON(200, gin.H{
"id": newUser.ID,
"username": username,
"full_name": fullName,
"user_type": userType,
"created_at": newUser.CreatedAt,
"already_logged_in": false,
Expand Down

0 comments on commit 8f5fbd8

Please sign in to comment.