Skip to content

Commit

Permalink
chore: add https to reset email
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Oct 3, 2024
1 parent 97ad95e commit 7618bda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion views/mail/reset_password.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ <h1>Password Reset</h1>
You have requested to reset your Hackatime password. Please
click the following link to proceed.
</p>
<a href="{{ .ResetLink }}" target="_blank" class="btn-primary"
<a
href="https://{{ .ResetLink }}"
target="_blank"
class="btn-primary"
>Reset Password</a
>
<p>
Expand Down

0 comments on commit 7618bda

Please sign in to comment.