fix
This commit is contained in:
parent
f7d6e82a5d
commit
ee7d82e174
|
@ -6,11 +6,16 @@ We have received your request to reset the password for your {{ .CompanyName }}
|
|||
|
||||
To proceed with the password reset, please click the button below to open the Reset Password page:
|
||||
|
||||
<a href="{{ .ConfirmationLink }}" target="_blank" style="background-color: #008CBA; color: #FFFFFF; text-decoration: none; padding: 10px 15px; border-radius: 3px; display:inline-block; font-weight: bold;">Reset Password</a>
|
||||
<div style="margin: 1em 0;">
|
||||
<a href="{{ .ConfirmationLink }}" target="_blank"
|
||||
style="background-color: #008CBA; color: #FFFFFF; text-decoration: none; padding: 10px 15px; border-radius: 3px; display:inline-block; font-family: Arial, sans-serif; font-size: 14px; font-weight: bold;">
|
||||
Reset Password
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Please note that this password reset confirmation link will expire in 60 minutes. If you have any further questions, feel free to reach out to us.
|
||||
|
||||
Regards,
|
||||
{{ .SenderName }}
|
||||
{{ .SenderTitle }}
|
||||
{{ .SenderName }}<br>
|
||||
{{ .SenderTitle }}<br>
|
||||
{{ .CompanyName }}
|
Loading…
Reference in New Issue
Block a user