Update main.py
Browse files
main.py
CHANGED
@@ -154,7 +154,7 @@ async def register_post(
|
|
154 |
):
|
155 |
# Perform reCAPTCHA verification first
|
156 |
project_id = 'login-auth-1699381988574' # Replace with your project ID
|
157 |
-
recaptcha_key = '
|
158 |
recaptcha_action = 'submit' # The action you're expecting
|
159 |
|
160 |
# Call the create_assessment function to validate the token
|
|
|
154 |
):
|
155 |
# Perform reCAPTCHA verification first
|
156 |
project_id = 'login-auth-1699381988574' # Replace with your project ID
|
157 |
+
recaptcha_key = '6LdMjQcpAAAAAGtbNZkL17ry1scsQjp1HSEhkLNl' # Replace with your site key
|
158 |
recaptcha_action = 'submit' # The action you're expecting
|
159 |
|
160 |
# Call the create_assessment function to validate the token
|