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 badef0e commit 4ec7a28Copy full SHA for 4ec7a28
src/Identity/Extensions.Core/src/UserManager.cs
@@ -1835,7 +1835,7 @@ public virtual async Task<IdentityResult> AccessFailedAsync(TUser user)
1835
1836
Logger.LogDebug(LoggerEventIds.UserLockedOut, "User is locked out.");
1837
1838
- // Set the lockout time based on configuration
+ // Set the lockout time based on configuration.
1839
var now = DateTimeOffset.UtcNow;
1840
DateTimeOffset lockoutEnd = Options.Lockout.DefaultLockoutTimeSpan == TimeSpan.MaxValue
1841
? DateTimeOffset.MaxValue
0 commit comments