Loading lib/Controller/AccountController.php +1 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,7 @@ class AccountController extends Controller { $this->session->set(self::CAPTCHA_VERIFIED_CHECK, true); $response->setStatus(200); } $this->session->remove(CaptchaService::CAPTCHA_RESULT_KEY); return $response; } Loading Loading
lib/Controller/AccountController.php +1 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,7 @@ class AccountController extends Controller { $this->session->set(self::CAPTCHA_VERIFIED_CHECK, true); $response->setStatus(200); } $this->session->remove(CaptchaService::CAPTCHA_RESULT_KEY); return $response; } Loading