Skip to content

Commit

Permalink
fix: rebase regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 7, 2022
1 parent ef3871b commit d1c5085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfservice/strategy/password/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (s *Strategy) continueSettingsFlow(
return err
}

co, err := json.Marshal(&identity.CredentialsConfig{HashedPassword: string(hpw)})
co, err := json.Marshal(&identity.CredentialsPassword{HashedPassword: string(hpw)})
if err != nil {
return errors.WithStack(herodot.ErrInternalServerError.WithReasonf("Unable to encode password options to JSON: %s", err))
}
Expand Down

0 comments on commit d1c5085

Please sign in to comment.