Gregniuki commited on
Commit
78e68c7
·
1 Parent(s): 91e8790

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -152,7 +152,7 @@ async def register_post(
152
  db: Session = Depends(get_db)
153
  ):
154
  # Perform reCAPTCHA verification first
155
- project_id = 'Loginauthc' # Replace with your project ID
156
  recaptcha_key = '6LdaUQIpAAAAACQFcOxakEVXK9QHpaYbic6IClNO' # Replace with your site key
157
  recaptcha_action = 'submit' # The action you're expecting
158
 
 
152
  db: Session = Depends(get_db)
153
  ):
154
  # Perform reCAPTCHA verification first
155
+ project_id = 'login-auth-1699381988574' # Replace with your project ID
156
  recaptcha_key = '6LdaUQIpAAAAACQFcOxakEVXK9QHpaYbic6IClNO' # Replace with your site key
157
  recaptcha_action = 'submit' # The action you're expecting
158