This commit is contained in:
AJ ONeal 2019-10-27 03:58:22 -06:00
부모 0803517711
커밋 606dcf3c4f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -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)