Skip to content

Commit

Permalink
fix: properly annotate swagger password parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 13, 2020
1 parent 863a0d4 commit 2ef57c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfservice/strategy/password/login.go
Expand Up @@ -57,7 +57,7 @@ type completeSelfServiceLoginFlowWithPasswordMethodParameters struct {
Flow string `json:"flow"`

// in: body
CompleteSelfServiceLoginFlowWithPasswordMethod
Body CompleteSelfServiceLoginFlowWithPasswordMethod
}

// swagger:route POST /self-service/login/methods/password public completeSelfServiceLoginFlowWithPasswordMethod
Expand Down

0 comments on commit 2ef57c4

Please sign in to comment.