feat: add spacing in reset password email template
This commit is contained in:
@@ -1,16 +1,23 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Title</title>
|
<title>Reset password instructions</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
Hello {{ email }}
|
<p>
|
||||||
|
Hello {{ email }},
|
||||||
|
</p>
|
||||||
|
|
||||||
Someone has requested a link to change your password, and you can do this through the link below.
|
<p>
|
||||||
|
Someone has requested a link to change your password, and you can do this through the link below.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
<a href="{{ webAppUrl }}/reset-password?token={{ token }}">Change my password</a>
|
<a href="{{ webAppUrl }}/reset-password?token={{ token }}">Change my password</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
If you didn't request this, please ignore this email.
|
<p>
|
||||||
Your password won't change until you access the link above and create a new one.
|
If you didn't request this, please ignore this email. Your password won't change until you access the link above and create a new one.
|
||||||
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user