Closed GuilhermeVieiraDev closed 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)
@all-contributors please add @TheDeadCraftPT for reporting captcha.text bug.
@Shashank3736
I've put up a pull request to add @TheDeadCraftPT! :tada:
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.