diff --git a/.env b/.env index 8aa717a..d5cc9ca 100644 --- a/.env +++ b/.env @@ -25,5 +25,5 @@ REACT_APP_DNS_LINK='https://qa-www.mermsemr.com/info/dns' #CLOUDFLARE -NEXT_SITE_SECURITY_KEY=0x4AAAAAADQV82wuocFR-u5O +REACT_APP_TURNSTILE_SITE_KEY=0x4AAAAAADQV82wuocFR-u5O diff --git a/.env.development b/.env.development index 7ae1395..a4a0f7c 100644 --- a/.env.development +++ b/.env.development @@ -25,5 +25,5 @@ REACT_APP_DNS2='dns1.mermsemr.net' REACT_APP_DNS_LINK='https://qa-www.mermsemr.com/info/dns' #CLOUDFLARE -NEXT_SITE_SECURITY_KEY=0x4AAAAAADQV82wuocFR-u5O +REACT_APP_TURNSTILE_SITE_KEY=0x4AAAAAADQV82wuocFR-u5O diff --git a/.env.production b/.env.production index bb4e5cf..0607106 100644 --- a/.env.production +++ b/.env.production @@ -24,5 +24,5 @@ REACT_APP_DNS2='dns1.mermsemr.net' REACT_APP_DNS_LINK='https://www.mermsemr.com/info/dns' #CLOUDFLARE -NEXT_SITE_SECURITY_KEY=0x4AAAAAADQV82wuocFR-u5O +REACT_APP_TURNSTILE_SITE_KEY=0x4AAAAAADQV82wuocFR-u5O diff --git a/.env.qa b/.env.qa index 0de3280..29d4f61 100644 --- a/.env.qa +++ b/.env.qa @@ -21,5 +21,5 @@ REACT_APP_DNS2='dns1.mermsemr.net' REACT_APP_DNS_LINK='https://qa-www.mermsemr.com/info/dns' #CLOUDFLARE -NEXT_SITE_SECURITY_KEY=0x4AAAAAADQV82wuocFR-u5O +REACT_APP_TURNSTILE_SITE_KEY=0x4AAAAAADQV82wuocFR-u5O diff --git a/src/component/auth/Login2.jsx b/src/component/auth/Login2.jsx index 6a6ce69..82dddb4 100644 --- a/src/component/auth/Login2.jsx +++ b/src/component/auth/Login2.jsx @@ -106,7 +106,7 @@ export default function Login() {