Shashank3736 / captcha-canvas

A captcha generator by using skia-canvas.
https://captcha-canvas.js.org
Apache License 2.0
61 stars 11 forks source link

Error on captcha.text #10

Closed GuilhermeVieiraDev closed 4 years ago

GuilhermeVieiraDev commented 4 years ago

At the constructor you define this.captcha.characters but then on this.captcha.text you use this.characters to substr so it gives me 32 characters while captcha has only 6. image

Shashank3736 commented 4 years ago

Yeah, it's because of update from v1 -> v2. I forget to change some small typos. This issue will be resolved today. Thx for the info.

For now you can use custom text or captcha.text.substr(0, 6)

Shashank3736 commented 4 years ago

@all-contributors please add @TheDeadCraftPT for reporting captcha.text bug.

allcontributors[bot] commented 4 years ago

@Shashank3736

I've put up a pull request to add @TheDeadCraftPT! :tada: