Skip to content

Commit

Permalink
Updating reset password email link to be clickable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Sik committed Jul 29, 2015
1 parent f7f6a23 commit 5164b80
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions api/resources/views/emails/resetPassword.blade.php
@@ -1,5 +1 @@
{{ $user->first_name }},

Please reset your password by following this link

{{ $passwordResetRedirectionUrl }}
{{ $user->first_name }}, Please reset your password by following <a href='{{ $passwordResetRedirectionUrl }}'>this link</a>.

0 comments on commit 5164b80

Please sign in to comment.