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);