Fix code sample error (#32979)
parent
2ccea81e14
commit
99c71cfa17
|
@ -72,8 +72,8 @@ public class EmailSender(IOptions<AuthMessageSenderOptions> optionsAccessor,
|
|||
|
||||
public Task SendConfirmationLinkAsync(ApplicationUser user, string email,
|
||||
string confirmationLink) => SendEmailAsync(email, "Confirm your email",
|
||||
$"Please confirm your account by " +
|
||||
"<a href='{confirmationLink}'>clicking here</a>.");
|
||||
"Please confirm your account by " +
|
||||
$"<a href='{confirmationLink}'>clicking here</a>.");
|
||||
|
||||
public Task SendPasswordResetLinkAsync(ApplicationUser user, string email,
|
||||
string resetLink) => SendEmailAsync(email, "Reset your password",
|
||||
|
|
Loading…
Reference in New Issue