1 write to _emailSender
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\ResendEmailConfirmation.cshtml.cs (1)
65_emailSender = emailSender;
1 reference to _emailSender
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\ResendEmailConfirmation.cshtml.cs (1)
94await _emailSender.SendConfirmationLinkAsync(user, Input.Email, HtmlEncoder.Default.Encode(callbackUrl));