1 write to _logger
Identity.ExternalClaims (1)
Pages\Account\LoginWithRecoveryCode.cshtml.cs (1)
25_logger = logger;
3 references to _logger
Identity.ExternalClaims (3)
Pages\Account\LoginWithRecoveryCode.cshtml.cs (3)
75_logger.LogInformation("User with ID '{UserId}' logged in with a recovery code.", user.Id); 80_logger.LogWarning("User with ID '{UserId}' account locked out.", user.Id); 85_logger.LogWarning("Invalid recovery code entered for user with ID '{UserId}' ", user.Id);