misc(text captcha): Disabled scatter effect by default

This commit is contained in:
Roman Kelesidis 2025-03-11 14:08:08 +03:00
commit 3af5202f7b

View file

@ -37,6 +37,7 @@ class TextCaptcha implements CaptchaInterface
} }
$this->captcha = new CaptchaBuilder; $this->captcha = new CaptchaBuilder;
$this->captcha->setScatterEffect(false);
} }
/** /**