File: phpbb/captcha/plugins/recaptcha_v3.php
Unmodified
Added
Modified
Removed
Line 359 | Line 359 |
---|
if ($result->isSuccess()) { $this->solved = true;
|
if ($result->isSuccess()) { $this->solved = true;
|
| $this->confirm_code = $this->code;
|
return false; }
| return false; }
|