Skip to content

Commit

Permalink
Update IdentityApiAdditionalEndpointsExtensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Dec 15, 2024
1 parent 8eed865 commit 77c7c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static IEndpointRouteBuilder MapIdentityApiAdditionalEndpoints<TUser>(thi
{
return CreateValidationProblem(result);
}
logger.LogInformation("User signup request received: {@SignupRequest}", request);
logger.LogInformation("User signup successful. Email: {Email}, TenantId: {TenantId}", request.Email, request.TenantId);

Check failure

Code scanning / CodeQL

Log entries created from user input High

This log entry depends on a
user-provided value
.

Check failure

Code scanning / CodeQL

Log entries created from user input High

This log entry depends on a
user-provided value
.
await SendConfirmationEmailAsync(user, userManager, context, request.Email);
return TypedResults.Created();
})
Expand Down

0 comments on commit 77c7c60

Please sign in to comment.