Merge branch 'handshake-only' of github.com:Daplie/letsencrypt-forge into handshake-only

This commit is contained in:
AJ ONeal 2015-12-15 12:43:03 +00:00
commit 985c3c973b
1 changed files with 1 additions and 4 deletions

View File

@ -153,10 +153,7 @@ function registerNewAccount(state, options, cb) {
if (state.termsRequired) { if (state.termsRequired) {
state.termsURL=links['terms-of-service']; state.termsURL=links['terms-of-service'];
options.agreeToTerms({ options.agreeToTerms(state.termsURL, function (err, agree) {
tosUrl: state.termsURL
, email: options.email
}, function (err, agree) {
if (err) { if (err) {
return handleErr(err); return handleErr(err);
} }