Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8d8b5b7 authored by Ronak Patel's avatar Ronak Patel
Browse files

remove session at verification

parent 48439d9b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
	}