forked from Yara724/api
Simplified captcha, Fixed unified damaged parts
This commit is contained in:
@@ -13,7 +13,7 @@ export class CaptchaService {
|
||||
generate(): GeneratedCaptcha {
|
||||
const captcha = svgCaptcha.create({
|
||||
size: 5,
|
||||
ignoreChars: "abcdefghijklmnopqrstuvwxyzACDEFGHIJKLMNOPQRSTUVWXYZ",
|
||||
ignoreChars: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
||||
noise: 1,
|
||||
color: false,
|
||||
background: "#f8fafc",
|
||||
|
||||
Reference in New Issue
Block a user