Last Polish before Stable (#3167)

Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
Joe Milazzo 2024-09-15 12:15:39 -05:00 committed by GitHub
parent f17ecbf305
commit cabb27fb74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 64 additions and 34 deletions

View file

@ -773,6 +773,7 @@ public class AccountController : BaseApiController
{
validationErrors.AddRange(await _accountService.ValidateUsername(dto.Username));
}
validationErrors.AddRange(await _accountService.ValidatePassword(user, dto.Password));
if (validationErrors.Any())