From 31a767886df56f7dd7df748ba94823d2e14ab501 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Thu, 2 May 2024 00:29:35 +0100 Subject: [PATCH] Update captcha.go --- captcha.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/captcha.go b/captcha.go index b34baac..0041d9c 100644 --- a/captcha.go +++ b/captcha.go @@ -62,7 +62,7 @@ func newDefaultOption(width, height int) *Options { return &Options{ BackgroundColor: color.Transparent, CharPreset: charPreset, - TextLength: 4, + TextLength: 6, CurveNumber: 2, FontDPI: 72.0, FontScale: 1.0,