mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 08:05:29 +00:00
Merge branch 'master' of github.com:fosscord/fosscord-server
This commit is contained in:
@@ -45,7 +45,7 @@ router.post(
|
||||
|
||||
const config = Config.get();
|
||||
|
||||
if (config.register.requireCaptcha) {
|
||||
if (config.register.requireCaptcha && config.security.captcha.enabled) {
|
||||
const { sitekey, service } = config.security.captcha;
|
||||
|
||||
if (!captcha_key) {
|
||||
|
||||
Reference in New Issue
Block a user