Update main.py
Browse files
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 = '
|
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 |
|