Compare commits

...

1 commit

Author SHA1 Message Date
Shishkevich D.
3dabc99a9f chore: format code 2025-05-03 09:56:37 +00:00

View file

@ -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
}