Minor fix in description for LockoutEnabled property.
This commit is contained in:
parent
13a08e2a8a
commit
6b6b21a5bf
|
|
@ -127,9 +127,9 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
|
||||||
public virtual DateTimeOffset? LockoutEnd { get; set; }
|
public virtual DateTimeOffset? LockoutEnd { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a flag indicating if this user is locked out.
|
/// Gets or sets a flag indicating if the user could be locked out.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>True if the user is locked out, otherwise false.</value>
|
/// <value>True if the user could be locked out, otherwise false.</value>
|
||||||
public virtual bool LockoutEnabled { get; set; }
|
public virtual bool LockoutEnabled { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue