fix: issues in authentication mail messages.

This commit is contained in:
Ahmed Bouhuolia
2020-09-05 13:29:39 +02:00
parent 9ee7ed89ec
commit 481ca8aa8b
13 changed files with 159 additions and 71 deletions

View File

@@ -184,8 +184,8 @@
}
.btn-primary a {
background-color: #2d95fd;
border-color: #2d95fd;
background-color: #1968F0;
border-color: #1968F0;
color: #ffffff;
}
@@ -374,8 +374,8 @@
<p class="align-center">
<h3>Reset Your Password</h3>
</p>
<p class="mgb-1x">Hi {{ first_name }} {{ last_name }},</p>
<p class="mgb-2-5x">Click On The link blow to reset your password.</p>
<p class="mgb-1x">Hi <strong>{{ first_name }} {{ last_name }}<strong>,</p>
<p class="mgb-2-5x">Click on the link blow to reset your password.</p>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
<tbody>
@@ -384,7 +384,7 @@
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td> <a href="http://htmlemail.io" target="_blank">Reset Your password</a> </td>
<td> <a href="{{ resetPasswordUrl }}" target="_blank">Reset Your password</a> </td>
</tr>
</tbody>
</table>