mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
[ticket/17366] Remember confirm code if recaptcha v3 is solved
PHPBB-17366
This commit is contained in:
@@ -359,6 +359,7 @@ class recaptcha_v3 extends captcha_abstract
|
|||||||
if ($result->isSuccess())
|
if ($result->isSuccess())
|
||||||
{
|
{
|
||||||
$this->solved = true;
|
$this->solved = true;
|
||||||
|
$this->confirm_code = $this->code;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user