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,