We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f344d6b + b88fea4 commit d334789Copy full SHA for d334789
YTVidShareBackend/VideoSharingService/VideoSharingService/Controllers/UserController.cs
@@ -111,7 +111,7 @@ public async Task<IActionResult> GetUser(string id)
111
public async Task<IActionResult> Register([FromBody] CreateUserDTO userDTO)
112
{
113
var sanitizedEmail = userDTO.Email?.Replace("\r", "").Replace("\n", "");
114
- _logger.LogInformation($"Registration attempt for {sanitizedEmail}");
+ _logger.LogInformation("Registration attempt received.");
115
if (!ModelState.IsValid)
116
117
_logger.LogError($"Invalid post attempt {nameof(Register)}");
0 commit comments