Skip to content

Commit badef0e

Browse files
Update src/Identity/Extensions.Core/src/LockoutOptions.cs
Co-authored-by: Rick Anderson <[email protected]>
1 parent 078ff23 commit badef0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/Extensions.Core/src/LockoutOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class LockoutOptions
3535

3636
/// <summary>
3737
/// Specifies whether the lockout should be permanent.
38-
/// If true, the user will be locked out indefinitely.
38+
/// If true, the user is locked out.
3939
/// </summary>
4040
public bool PermanentLockout { get; set; }
4141
}

0 commit comments

Comments
 (0)