Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Jan 26, 2025
1 parent 3cfcbc5 commit 76641bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/models/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ type AuthData struct {

// LoginRequest holds the login payload for the /login route
type LoginRequest struct {
Username string `json:"username" description:"The email address associated with the existing account"`
Password string `json:"password" description:"The password associated with the account"`
Username string `json:"username" description:"The email address associated with the existing account" example:"[email protected]"`
Password string `json:"password" description:"The password associated with the account" example:"Wint3rIsC0ming123!"`
}

// LoginReply holds the response to LoginRequest
Expand Down

0 comments on commit 76641bc

Please sign in to comment.