ReCaptcha: migrate back to v2 solution (#2446)
* show recaptcha in the site footer * replace badge in footer with text * add invisible reCaptcha v2 * handle unsolved reCaptcha case * migrate the rest of components to invisible reCaptcha v2 * remove unused code * refactoring * add env for demo * fix tests * update values for demo * update link to secret in vault * mock recaptcha for tests * ohhh victor victor * fix token metadata update test * deprecate variable for ReCaptcha v3
Showing
... | @@ -102,7 +102,7 @@ | ... | @@ -102,7 +102,7 @@ |
"react": "18.3.1", | "react": "18.3.1", | ||
"react-device-detect": "^2.2.3", | "react-device-detect": "^2.2.3", | ||
"react-dom": "18.3.1", | "react-dom": "18.3.1", | ||
"react-google-recaptcha-v3": "1.10.1", | "react-google-recaptcha": "3.1.0", | ||
"react-hook-form": "7.52.1", | "react-hook-form": "7.52.1", | ||
"react-identicons": "^1.2.5", | "react-identicons": "^1.2.5", | ||
"react-intersection-observer": "^9.5.2", | "react-intersection-observer": "^9.5.2", | ||
... | ... |





















