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
13 changed files with 64 additions and 34 deletions
+1
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())