1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2024-07-28 20:47:17 +02:00
3 changed files with 2 additions and 25 deletions

View File

@@ -361,6 +361,7 @@ class recaptcha_v3 extends captcha_abstract
if ($result->isSuccess())
{
$this->solved = true;
$this->confirm_code = $this->code;
return false;
}