summaryrefslogtreecommitdiff
path: root/lib/response.js
diff options
context:
space:
mode:
authorWu Cheng-Han2017-01-16 12:41:34 +0800
committerWu Cheng-Han2017-01-16 12:41:34 +0800
commit3c0667813cb1a3d5a0d730eabc70835b52518dfe (patch)
treeb985d21a3ad4313fbf5fdfe9a36ae5baa262e9cb /lib/response.js
parent091e7271e0e7e5df83516c471af34f4ae481d12a (diff)
Fix missing config in hackmd response
Diffstat (limited to 'lib/response.js')
-rwxr-xr-xlib/response.js3
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
});
}