Gregniuki commited on
Commit
2559567
1 Parent(s): af04874

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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 = '6LdaUQIpAAAAACQFcOxakEVXK9QHpaYbic6IClNO' # 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
 
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