From d98874e1825b6cca8514a274e7ddaa61f81234c0 Mon Sep 17 00:00:00 2001 From: Andrey Savihin Date: Tue, 4 Jun 2024 13:07:00 +0300 Subject: [PATCH] ApiSystem: added new recaptcha type --- config/apisystem.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/apisystem.json b/config/apisystem.json index a3174134c0..b87e02f32a 100644 --- a/config/apisystem.json +++ b/config/apisystem.json @@ -30,6 +30,9 @@ "ios": "" } }, + "hcaptcha" : { + "private-key" : "" + }, "auth" : { "allowskip" : { "default" : false,