2 references to LoginAlreadyAssociated
Microsoft.AspNetCore.Identity.Specification.Tests (1)
UserManagerSpecificationTests.cs (1)
905
IdentityResultAssert.IsFailure(result, _errorDescriber.
LoginAlreadyAssociated
());
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
957
return IdentityResult.Failed(ErrorDescriber.
LoginAlreadyAssociated
());