Update main.py
Browse files
main.py
CHANGED
@@ -153,7 +153,7 @@ async def register_post(
|
|
153 |
):
|
154 |
# Perform reCAPTCHA verification first
|
155 |
|
156 |
-
recaptcha_secret = '
|
157 |
recaptcha_url = 'https://www.google.com/recaptcha/api/siteverify'
|
158 |
recaptcha_data = {
|
159 |
'secret': recaptcha_secret,
|
|
|
153 |
):
|
154 |
# Perform reCAPTCHA verification first
|
155 |
|
156 |
+
recaptcha_secret = '6LeSJgwpAAAAAJrLrvlQYhRsOjf2wKXee_Jc4Z-k' # Replace with your reCAPTCHA secret key
|
157 |
recaptcha_url = 'https://www.google.com/recaptcha/api/siteverify'
|
158 |
recaptcha_data = {
|
159 |
'secret': recaptcha_secret,
|