mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
18 lines
453 B
Plaintext
18 lines
453 B
Plaintext
<h1>Verify your email address for Hackatime</h1>
|
|
<p>
|
|
Hi <%= @user.display_name %>,
|
|
</p>
|
|
<p>
|
|
You've requested to add <%= @verification_request.email %> to your Hackatime account.
|
|
Click the link below to verify this email address:
|
|
</p>
|
|
<p>
|
|
<%= link_to 'Verify email address', @verification_url %>
|
|
</p>
|
|
<p>
|
|
This link will expire in 30 minutes and can only be used once.
|
|
</p>
|
|
<p>
|
|
If you didn't request this email, you can safely ignore it.
|
|
</p>
|