3 references to SendConfirmationEmailAsync
Microsoft.AspNetCore.Identity (3)
IdentityApiEndpointRouteBuilderExtensions.cs (3)
93await SendConfirmationEmailAsync(user, userManager, context, email);
256await SendConfirmationEmailAsync(user, userManager, context, resendRequest.Email);
610await SendConfirmationEmailAsync(user, userManager, context, infoRequest.NewEmail, isChange: true);