Skip to content

Commit 3c06678

Browse files
committed
Fix missing config in hackmd response
1 parent 091e727 commit 3c06678

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/response.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ function responseHackMD(res, note) {
9797
dropbox: config.dropbox,
9898
google: config.google,
9999
ldap: config.ldap,
100-
email: config.email
100+
email: config.email,
101+
allowemailregister: config.allowemailregister
101102
});
102103
}
103104

0 commit comments

Comments
 (0)