mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-25 18:13:10 +03:00
fix(password-reset): update /password-reset's email template
This commit is contained in:
parent
af92a52fb3
commit
49672e489b
@ -49,7 +49,7 @@ export default async (req, res) => {
|
||||
return res.status(404).send({ decorator: "SERVER_CREATE_VERIFICATION_FAILED", error: true });
|
||||
}
|
||||
|
||||
const confTemplateId = "d-823d8ae5e838452f903e94ee4115bffc";
|
||||
const confTemplateId = "d-0bde6fd8eabf4ed4ae7fd409ddd532dd";
|
||||
const slateEmail = "hello@slate.host";
|
||||
|
||||
const sentEmail = await EmailManager.sendTemplate({
|
||||
|
Loading…
Reference in New Issue
Block a user