diff --git a/phpBB/phpbb/captcha/plugins/recaptcha_v3.php b/phpBB/phpbb/captcha/plugins/recaptcha_v3.php index 6afa18691f..814b962e31 100644 --- a/phpBB/phpbb/captcha/plugins/recaptcha_v3.php +++ b/phpBB/phpbb/captcha/plugins/recaptcha_v3.php @@ -359,6 +359,7 @@ class recaptcha_v3 extends captcha_abstract if ($result->isSuccess()) { $this->solved = true; + $this->confirm_code = $this->code; return false; }