fix a few issues with emails

This commit is contained in:
Puyodead1
2023-02-24 07:45:29 -05:00
parent f507e15326
commit a22cdaaac6
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) {