From b10c8ec0b8140b6b40026e10c81497140de0cb79 Mon Sep 17 00:00:00 2001 From: Jamie West Date: Sat, 4 Feb 2017 09:04:22 -0800 Subject: [PATCH] Update IdentityBuilder.cs tag definition Updated the tag used for AddUserStore to match the definition used for AddRoleStore. --- src/Microsoft.AspNetCore.Identity/IdentityBuilder.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Identity/IdentityBuilder.cs b/src/Microsoft.AspNetCore.Identity/IdentityBuilder.cs index 5c754b662f..e95ee544c2 100644 --- a/src/Microsoft.AspNetCore.Identity/IdentityBuilder.cs +++ b/src/Microsoft.AspNetCore.Identity/IdentityBuilder.cs @@ -111,7 +111,7 @@ namespace Microsoft.AspNetCore.Identity /// /// Adds an for the . /// - /// The user type whose password will be validated. + /// The user type held in the store. /// The current instance. public virtual IdentityBuilder AddUserStore() where T : class { @@ -230,4 +230,4 @@ namespace Microsoft.AspNetCore.Identity return AddScoped(managerType, typeof(TSignInManager)); } } -} \ No newline at end of file +}