feat: add validate for user signup

This commit is contained in:
Muyao CHEN
2024-10-06 21:54:29 +02:00
parent 344485d082
commit ba8570857d
6 changed files with 31 additions and 12 deletions

View File

@ -93,7 +93,7 @@ components:
properties:
code:
type: string
example: FailedOperation.UserAlreadyExists
example: FailedOperation.UserExisted
message:
type: string
example: "User already exists."
example: "Email already existed."