aboutsummaryrefslogtreecommitdiffstats
path: root/internal/user
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--internal/user/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/user/handler.go b/internal/user/handler.go
index ff885f3..d45f05c 100644
--- a/internal/user/handler.go
+++ b/internal/user/handler.go
@@ -102,7 +102,7 @@ func (h *Handler) signUp(c *gin.Context) {
UpdatedAt: time.Now(),
}); err != nil {
c.JSON(500, gin.H{
- "error": "Error creating user",
+ "error": "Error creating user, email already exists or username is taken",
})
return
}