feat: signup return username
This commit is contained in:
parent
e64e770783
commit
a225d1fb60
3 changed files with 10 additions and 17 deletions
|
|
@ -116,9 +116,9 @@ type PostAuthSignInResponseObject interface {
|
|||
}
|
||||
|
||||
type PostAuthSignIn200JSONResponse struct {
|
||||
Error *string `json:"error"`
|
||||
Success *bool `json:"success,omitempty"`
|
||||
UserId *string `json:"user_id"`
|
||||
Error *string `json:"error"`
|
||||
UserId *string `json:"user_id"`
|
||||
UserName *string `json:"user_name"`
|
||||
}
|
||||
|
||||
func (response PostAuthSignIn200JSONResponse) VisitPostAuthSignInResponse(w http.ResponseWriter) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue