Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
♻️ Add email verification template
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Oct 30, 2020
1 parent 99f9058 commit e334973
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/templates/auth/email-verification.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Verify your email

Hi {{name}},

Someone (hopefully you) requested a link to confirm your email, so here you go.

<a href="{{ link }}" class="btn btn-primary">Verify my email</a>

Note that this link is valid for {{ days }} days only. If you didn't request this email, you can just ignore it.

0 comments on commit e334973

Please sign in to comment.