From 44c58a3042a575b19a26c2ecc03ff7f31949cd99 Mon Sep 17 00:00:00 2001 From: bchavez Date: Fri, 8 Sep 2017 11:17:17 -0700 Subject: [PATCH] Corrected copy/paste error in XML doc for SignInManager --- src/Microsoft.AspNetCore.Identity/SignInManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Identity/SignInManager.cs b/src/Microsoft.AspNetCore.Identity/SignInManager.cs index 3da1dfbe4b..f9d948c154 100644 --- a/src/Microsoft.AspNetCore.Identity/SignInManager.cs +++ b/src/Microsoft.AspNetCore.Identity/SignInManager.cs @@ -30,7 +30,7 @@ namespace Microsoft.AspNetCore.Identity /// The factory to use to create claims principals for a user. /// The accessor used to access the . /// The logger used to log messages, warnings and errors. - /// The logger used to log messages, warnings and errors. + /// The scheme provider that is used enumerate the authentication schemes. public SignInManager(UserManager userManager, IHttpContextAccessor contextAccessor, IUserClaimsPrincipalFactory claimsFactory,