pdupavillon / express-recaptcha

Implementation of google recaptcha v2 & V3 solutions for express.js
MIT License
128 stars 21 forks source link

add data-size #4

Closed khadishi closed 8 years ago

khadishi commented 8 years ago

insert after line 39: if (this.options.size) captcha_attr += ' data-size="'+this.options.size+'"';

pdupavillon commented 8 years ago

Hi, I'm currently traveling the world for 1 year, I'll normally be back in mid 2016. Till then, I can't update the repo. Cheers

pdupavillon commented 8 years ago

Resolved by the latest commit