Skip to content

Commit

Permalink
Change copy in magic link email (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
merissaacosta authored Jun 6, 2024
1 parent f6494c7 commit 94ae76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/MagicLinks/MagicLinkService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ await mailProvider.SendAsync(new MailMessage
font-size: 16px;
text-align: center;
">
<h3 style="margin-bottom: 40px;">Your Login Link</h3>
<h3 style="margin-bottom: 40px;">Let's get you logged in</h3>
<h4 style="font-weight: normal;">Please click the button below to sign into {link.Host}</h4>
<a href="{link}" style="width: auto; margin: auto; padding: 10px 25px; background-color: #1252A3; border-radius: 999px; color: white; text-decoration: none;">Click here to sign in</a>
<div style="max-width: 600px; margin: auto; margin-top: 70px;">
Expand Down

0 comments on commit 94ae76a

Please sign in to comment.