mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
11 lines
238 B
HTML
11 lines
238 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<p>
|
||
|
Dear {{first_name}},<br /><br />
|
||
|
Welcome! Your account has been created.
|
||
|
Verify your email by clicking on the link below <br />
|
||
|
{{forgot_password_url}}
|
||
|
successfully.<br /><br />
|
||
|
</p>
|
||
|
|
||
|
</html>
|