gpt4 book ai didi

meteor - Accounts.emailTemplates 未定义

转载 作者:行者123 更新时间:2023-12-04 06:38:45 25 4
gpt4 key购买 nike

遵循文档 here ,我正在尝试设置 resetPassword 的内容电子邮件模板,但我一直收到 undefined .

当我检查 Accounts控制台中的对象,我看到它确实没有 emailTemplates属性(property)。

代码:

Accounts.emailTemplates.resetPassword.text = function(user, url) {
url = url.replace('#/', '');
return "Click this link to reset your password: " + url;
}

错误:
Uncaught TypeError: Cannot read property 'resetPassword' of undefined 

最佳答案

我最终将代码放入 server目录,然后它完美地工作。
令我感到困惑的是,文档指出要使用此属性 Anywhere ...

关于meteor - Accounts.emailTemplates 未定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20355087/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com