mirror of https://github.com/status-im/codimd.git
Fix missing config in hackmd response
This commit is contained in:
parent
091e7271e0
commit
3c0667813c
|
@ -97,7 +97,8 @@ function responseHackMD(res, note) {
|
||||||
dropbox: config.dropbox,
|
dropbox: config.dropbox,
|
||||||
google: config.google,
|
google: config.google,
|
||||||
ldap: config.ldap,
|
ldap: config.ldap,
|
||||||
email: config.email
|
email: config.email,
|
||||||
|
allowemailregister: config.allowemailregister
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue