summaryrefslogtreecommitdiff
path: root/lib/mail/templates/otp.hbs
blob: 48df33f99885c183e93f45cbedd508aef67df16d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{{> header logoUrl=logoUrl }}

<h1 style="font-size:28px; margin-bottom:20px; color:#111827;">{{t "verifyYourEmailTitle"}}</h1>

<p style="font-size:16px; line-height:32px; margin-bottom:16px;">{{t "greeting"}}, {{name}}</p>

<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
  {{t "receivedSignInAttempt" location=location}}
</p>

<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
  {{t "enterCodeInstruction"}}
</p>

<p style="font-size:24px; font-weight:bold; letter-spacing:2px; background-color:#f3f4f6; padding:8px 16px; border-radius:4px; display:inline-block; margin:12px 0;">
  {{otp}}
</p>

<p style="font-size:16px; line-height:24px; margin-bottom:16px;">
  <a href="{{verificationUrl}}" style="color:#0284C7; text-decoration:none;">{{verificationUrl}}</a>
</p>

<p style="font-size:16px; color:#6b7280; margin-top:16px;">
  {{t "securityWarning"}}
</p>

{{> footer logoUrl=logoUrl companyName=companyName year=year }}