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