Merge branch 'master' of github.com:fosscord/fosscord-server

This commit is contained in:
Madeline
2023-02-24 23:49:07 +11:00
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -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) {