Merge pull request #1845 from torrentpier/misc(text-captcha)-Disabled-scatter-effect-by-default

misc(text captcha): Disabled scatter effect by default
This commit is contained in:
Roman Kelesidis 2025-03-11 18:08:54 +07:00 committed by GitHub
commit 5a4fc121ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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