File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Identity/Extensions.Core/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1735,11 +1735,11 @@ public virtual async Task<bool> IsLockedOutAsync(TUser user)
1735
1735
}
1736
1736
1737
1737
/// <summary>
1738
- /// Sets a flag indicating whether the specified <paramref name="user"/> is locked out,
1738
+ /// Sets a flag indicating whether the specified <paramref name="user"/> can be locked out,
1739
1739
/// as an asynchronous operation.
1740
1740
/// </summary>
1741
1741
/// <param name="user">The user whose locked out status should be set.</param>
1742
- /// <param name="enabled">Flag indicating whether the user is locked out or not.</param>
1742
+ /// <param name="enabled">Flag indicating whether the user can be locked out or not.</param>
1743
1743
/// <returns>
1744
1744
/// The <see cref="Task"/> that represents the asynchronous operation, the <see cref="IdentityResult"/> of the operation
1745
1745
/// </returns>
You can’t perform that action at this time.
0 commit comments