diff --git a/src/components/RegisterPage/RegisterForm.tsx b/src/components/RegisterPage/RegisterForm.tsx index 07d401ee..8ae5e85f 100644 --- a/src/components/RegisterPage/RegisterForm.tsx +++ b/src/components/RegisterPage/RegisterForm.tsx @@ -72,9 +72,8 @@ export const RegisterForm = ({ onSuccess }: RegisterFormProps) => { {showCaptchaOnRegister && ( <> { - console.log('##### useRegisterForm > handleRecaptchaChange'); + const handleRecaptchaChange = (value: string) => { + console.log('##### useRegisterForm > handleRecaptchaChange', { value }); setErrors((prevValue) => { return {