Skip to content

Commit 89a6ee6

Browse files
committed
update offset
1 parent c74538f commit 89a6ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CaptchaAction.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function run()
1616
{
1717
if($this->type == 'numbers')
1818
{
19-
$this->offset = -18;
19+
$this->offset = -10;
2020
}
2121
if (Yii::$app->request->getQueryParam(self::REFRESH_GET_VAR) !== null) {
2222
// AJAX request for regenerating code

0 commit comments

Comments
 (0)