Skip to content

Commit 4ec7a28

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/Extensions.Core/src/UserManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ public virtual async Task<IdentityResult> AccessFailedAsync(TUser user)
18351835

18361836
Logger.LogDebug(LoggerEventIds.UserLockedOut, "User is locked out.");
18371837

1838-
// Set the lockout time based on configuration
1838+
// Set the lockout time based on configuration.
18391839
var now = DateTimeOffset.UtcNow;
18401840
DateTimeOffset lockoutEnd = Options.Lockout.DefaultLockoutTimeSpan == TimeSpan.MaxValue
18411841
? DateTimeOffset.MaxValue

0 commit comments

Comments
 (0)