mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
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:
commit
5a4fc121ba
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class TextCaptcha implements CaptchaInterface
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->captcha = new CaptchaBuilder;
|
$this->captcha = new CaptchaBuilder;
|
||||||
|
$this->captcha->setScatterEffect(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue