Skip to content

Commit

Permalink
Update confirm-email template (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey authored Jan 24, 2025
1 parent da7a831 commit e5d4c74
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/pds/src/mailer/templates/confirm-email.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@
<p
style="font-size:16px;line-height:1.4;margin:0px 0px;letter-spacing:0.25px;color:hsl(211, 24%, 34.2%);font-family:-apple-system, BlinkMacSystemFont, &#x27;Roboto&#x27;, &#x27;Oxygen&#x27;, &#x27;Ubuntu&#x27;, &#x27;Cantarell&#x27;, &#x27;Fira Sans&#x27;, &#x27;Droid Sans&#x27;, &#x27;Helvetica Neue&#x27;, sans-serif;padding-top:12px;padding-bottom:12px;padding-right:32px"
>To confirm this email for your account, please enter the
code below in the app.</p><code
code below in the app or<!-- -->
<a
href="https://bsky.app/intent/verify-email?code={{token}}"
style="color:#067df7;text-decoration:none;text-decoration-line:underline;font-size:16px;letter-spacing:0.25px"
target="_blank"
>click here.</a></p><code
style="display:block;padding:16px;border-radius:8px;border-width:1px;border-style:solid;background-color:hsl(211, 20%, 95.3%);border-color:hsl(211, 20%, 85.89999999999999%);font-size:14px;letter-spacing:0.25px;font-family:monospace;text-transform:uppercase"
>{{token}}</code>
<p
Expand Down

0 comments on commit e5d4c74

Please sign in to comment.