2 references to SendPasswordResetLinkAsync
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\ForgotPassword.cshtml.cs (1)
83await _emailSender.SendPasswordResetLinkAsync(user, Input.Email, HtmlEncoder.Default.Encode(callbackUrl));
Areas\Identity\Pages\V5\Account\ForgotPassword.cshtml.cs (1)
83await _emailSender.SendPasswordResetLinkAsync(user, Input.Email, HtmlEncoder.Default.Encode(callbackUrl));