Skip to content

Commit 5e857e4

Browse files
authored
Fix misidentified property (#2035)
Post #1895 Applies to #944 NOTE: Sub-dep is 3 deep btw Auto-merge
1 parent ef3c773 commit 5e857e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
"captchaOpts" : {
1515
"isMath": true,
16-
"mathMin": 10,
1716
"mathMin": 999,
17+
"mathMax": 9999,
1818
"mathOperator": "+-",
1919
"useFont": null,
2020
"size": 4,

0 commit comments

Comments
 (0)