We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078ff23 commit badef0eCopy full SHA for badef0e
src/Identity/Extensions.Core/src/LockoutOptions.cs
@@ -35,7 +35,7 @@ public class LockoutOptions
35
36
/// <summary>
37
/// Specifies whether the lockout should be permanent.
38
- /// If true, the user will be locked out indefinitely.
+ /// If true, the user is locked out.
39
/// </summary>
40
public bool PermanentLockout { get; set; }
41
}
0 commit comments