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