mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix: issues in authentication mail messages.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user