i m using ember cli recaptcha in my ember app. i want to reset the recaptcha once my modal is closed. here is my code ---->
> close:function(){ > this.get('gRecaptcha').resetReCaptcha(); > },
but this not working…
i m using ember cli recaptcha in my ember app. i want to reset the recaptcha once my modal is closed. here is my code ---->
> close:function(){ > this.get('gRecaptcha').resetReCaptcha(); > },
but this not working…