Skip to content

Commit

Permalink
Fix typo (need trivial change for build lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
devplayer0 committed Oct 3, 2020
1 parent 942d4cb commit d3cdded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/models/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var (
ErrOtherReset = errors.New("can only reset password for own account")
// ErrReservedUsername indicates a user attempted to use a reserved username
ErrReservedUsername = errors.New("username is reserved, contact support if this username previously belonged to you")
// ErrPasswordRequired indicates a user attempt to reset their password without providing a password
// ErrPasswordRequired indicates a user attempt to reset their password without providing the new password
ErrPasswordRequired = errors.New("password is required")
)

Expand Down

0 comments on commit d3cdded

Please sign in to comment.