Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kang Ming <[email protected]>
  • Loading branch information
hf and kangmingtay authored Nov 28, 2023
1 parent 5372e7c commit b6c8bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/conf/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (v *PasswordRequiredCharacters) Decode(value string) error {
}

type PasswordConfiguration struct {
MinLength int `josn:"min_length" split_words:"true"`
MinLength int `json:"min_length" split_words:"true"`

RequiredCharacters PasswordRequiredCharacters `json:"required_characters" split_words:"true"`
}
Expand Down

0 comments on commit b6c8bb9

Please sign in to comment.