2 references to ErrorMessage
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (2)
105
if (!string.IsNullOrEmpty(
ErrorMessage
))
107
ModelState.AddModelError(string.Empty,
ErrorMessage
);