phpBB

Code Changes

File: phpbb/captcha/plugins/recaptcha_v3.php

  Unmodified   Added   Modified   Removed
Line 359Line 359
		if ($result->isSuccess())
{
$this->solved = true;

		if ($result->isSuccess())
{
$this->solved = true;

 
			$this->confirm_code = $this->code;


return false;
}


return false;
}