chore: format code

This commit is contained in:
Shishkevich D. 2025-05-03 09:56:37 +00:00
parent 2eb10ac9e2
commit 3dabc99a9f

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
}