From 3fbe7bdef7c0d67e6c5567ade83f476a236123c1 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:40:15 +0300 Subject: [PATCH] fix webserver_config_local.py --- docker/webserver_config_local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/webserver_config_local.py b/docker/webserver_config_local.py index 1f8d5a2d0..f15d8b801 100644 --- a/docker/webserver_config_local.py +++ b/docker/webserver_config_local.py @@ -55,7 +55,7 @@ # Will allow user self registration # AUTH_USER_REGISTRATION = True -# The recaptcha it's automatically enabled for user self registration is active and the keys are necessary +# The recaptcha is automatically enabled for user self registration is active and the keys are necessary # RECAPTCHA_PRIVATE_KEY = PRIVATE_KEY # RECAPTCHA_PUBLIC_KEY = PUBLIC_KEY