这个提交包含在:
AJ ONeal 2019-10-27 03:58:22 -06:00
父节点 0803517711
当前提交 606dcf3c4f

查看文件

@ -157,8 +157,8 @@ A._registerAccount = function(me, options) {
}; };
} }
return agreeToTerms({ return agreeToTerms({
acmeSubscriberTosUrl: me._tos, acmeSubscriberTermsUrl: me._tos,
acmeJsTosUrl: 'https://rootprojects.org/legal/#terms' acmeJsTermsUrl: 'https://rootprojects.org/legal/#terms'
}); });
}) })
.then(agree) .then(agree)