File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
DIRECTUS_URL = http://localhost:8055
2
2
DIRECTUS_EMAIL = kodirov1002@gmail.com
3
3
DIRECTUS_PASSWORD = kodirov1002@gmail.com123123
4
- DIRECTUS_STATIC_TOKEN =
4
+ DIRECTUS_STATIC_TOKEN =
5
+ REACT_APP_SITE_KEY = " 6LdBgQ4iAAAAAHKkhQM5c82v9HARYH5_gu2nU3Es"
Original file line number Diff line number Diff line change @@ -369,8 +369,8 @@ export default function Partners() {
369
369
</ label >
370
370
</ div >
371
371
< ReCAPTCHA
372
- // sitekey="6LdOKLEhAAAAAKPMaI1f5RrNqiedwS0Rw9AePzSg" localhost
373
- sitekey = "6LcJc7EhAAAAAH0x_sVS2Ai9EwXpeQkwaFN3sE7d"
372
+
373
+ sitekey = { process . env . REACT_APP_SITE_KEY }
374
374
onChange = { onChange }
375
375
/> ,
376
376
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ export default function Partners() {
114
114
115
115
116
116
< ReCAPTCHA
117
- // sitekey="6LdOKLEhAAAAAKPMaI1f5RrNqiedwS0Rw9AePzSg" localhost
118
- sitekey = "6LcJc7EhAAAAAH0x_sVS2Ai9EwXpeQkwaFN3sE7d"
117
+
118
+ sitekey = { process . env . REACT_APP_SITE_KEY }
119
119
onChange = { onChange }
120
120
121
121
/>
You can’t perform that action at this time.
0 commit comments