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