This commit is contained in:
AJ ONeal 2019-10-27 03:58:22 -06:00
parent 0803517711
commit 606dcf3c4f
1 changed files with 2 additions and 2 deletions

View File

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