Compare commits

..

1 Commits

Author SHA1 Message Date
Eduardo Lopes a5c16cf881
Merge 53665eae05 into 94908ead00 2026-01-23 12:30:19 -03:00
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ public class AuthController : ControllerBase
var normalizedEmail = _userManager.NormalizeEmail(email);
var users = await _userManager.Users
.IgnoreQueryFilters()
.Where(u => u.NormalizedEmail == normalizedEmail)
.ToListAsync();