diff options
author | Wu Cheng-Han | 2017-01-16 12:41:34 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2017-01-16 12:41:34 +0800 |
commit | 3c0667813cb1a3d5a0d730eabc70835b52518dfe (patch) | |
tree | b985d21a3ad4313fbf5fdfe9a36ae5baa262e9cb /lib | |
parent | 091e7271e0e7e5df83516c471af34f4ae481d12a (diff) |
Fix missing config in hackmd response
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/response.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/response.js b/lib/response.js index 9014a0a0..57d6861d 100755 --- a/lib/response.js +++ b/lib/response.js @@ -97,7 +97,8 @@ function responseHackMD(res, note) { dropbox: config.dropbox, google: config.google, ldap: config.ldap, - email: config.email + email: config.email, + allowemailregister: config.allowemailregister }); } |