Skip to content

Commit

Permalink
fixed error new
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovikov committed Jun 3, 2020
1 parent 7736e65 commit dfe556d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified homer-app
Binary file not shown.
2 changes: 1 addition & 1 deletion utils/ldap/ldap.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (lc *LDAPClient) Authenticate(username, password string) (bool, bool, map[s
return false, false, user, err
}
} else {
err := logrus.Error("No username/password provided")
err := errors.New("No username/password provided")
logrus.Error("Could not auth user: ", err)
return false, false, user, err
}
Expand Down

0 comments on commit dfe556d

Please sign in to comment.