Skip to content

Commit

Permalink
fix: remove required legacy field (#2410)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 20, 2022
1 parent 1605603 commit 638d45c
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 638d45c

Please sign in to comment.