Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
superolegatron committed Oct 2, 2024
1 parent 33a84ec commit f1f6047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrontEnd/src/pages/Authorization/LoginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const LoginContent = () => {
]);

useEffect(() => {
console.log(process.env.REACT_APP_RECAPTCHA_V2_SITE_KEY)
console.log(process.env.REACT_APP_RECAPTCHA_V2_SITE_KEY);
clearErrors('unspecifiedError');
clearErrors('rateError');
clearErrors('blockedUserError');
Expand Down

0 comments on commit f1f6047

Please sign in to comment.