This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
85 additions
and
1 deletion.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
internal/usecase/interactor/emails/password_reset_html.tmpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!doctype html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" | ||
xmlns:o="urn:schemas-microsoft-com:office:office"> | ||
|
||
<head> | ||
</head> | ||
|
||
<body> | ||
|
||
<h1>ReEarth</h1> | ||
<p> | ||
You have submitted a password change request! If it was you, please confirm the password change. | ||
To reset your password click on the following link: | ||
</p> | ||
|
||
<a href="{{ . }}">{{ . }}</a> | ||
|
||
<p>If you are having any issues with your account, please don't hesitate to contact us by replying to this mail. Thank you!</p> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ReEarth | ||
You have submitted a password change request! If it was you, please confirm the password change. | ||
To reset your password click on the following link: | ||
|
||
{{ . }} | ||
|
||
If you are having any issues with your account, please don't hesitate to contact us by replying to this mail. Thank you! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters