1 write to _logger
Identity.ExternalClaims (1)
Pages\Account\LoginWith2fa.cshtml.cs (1)
25
_logger
= logger;
3 references to _logger
Identity.ExternalClaims (3)
Pages\Account\LoginWith2fa.cshtml.cs (3)
82
_logger
.LogInformation("User with ID '{UserId}' logged in with 2fa.", user.Id);
87
_logger
.LogWarning("User with ID '{UserId}' account locked out.", user.Id);
92
_logger
.LogWarning("Invalid authenticator code entered for user with ID '{UserId}'.", user.Id);