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

Commit 4997a5d3 authored by Akhil's avatar Akhil 🙂
Browse files

Fix typo

parent f7d77f59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ class AccountController extends Controller {
	 */
	public function captcha(): Http\DataDisplayResponse {
		// Don't allow requests to image captcha if different provider is set
		if ($this->getCaptchaProvider() !== self::DEFAULT_CAPTCHA_PROVDER) {
		if ($this->getCaptchaProvider() !== self::DEFAULT_CAPTCHA_PROVIDER) {
			$response = new DataResponse();
			$response->setStatus(400);
			return $response;