Skip to content

Commit

Permalink
fix: remove required legacy field (ory#2410)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Apr 20, 2022
1 parent a8919f8 commit 41003a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions selfservice/strategy/password/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ type submitSelfServiceLoginFlowWithPasswordMethodBody struct {

// Identifier is the email or username of the user trying to log in.
// This field is deprecated!
//
// required: true
LegacyIdentifier string `json:"password_identifier"`

// Identifier is the email or username of the user trying to log in.
Expand Down

0 comments on commit 41003a3

Please sign in to comment.