diff --git a/web/service/user.go b/web/service/user.go index 595b08e2..a418cb4e 100644 --- a/web/service/user.go +++ b/web/service/user.go @@ -45,7 +45,7 @@ func (s *UserService) CheckUser(username string, password string, twoFactorCode return nil } - if !crypto.CheckPasswordHash(user.Password, password) { + if !crypto.CheckPasswordHash(user.Password, password) { return nil }