form-validation icon indicating copy to clipboard operation
form-validation copied to clipboard

Recaptcha plugin does not clear loaded callback on uninstall

Open instagibb opened this issue 3 years ago • 0 comments

The Recaptcha plugin uninstall() does not clear the loaded callback attached to the window. This gets re-used when registering a new captcha on the install()

We found that adding window[i.LOADED_CALLBACK] = undefined; in the uninstall() method of the was sufficient

instagibb avatar Aug 24 '22 01:08 instagibb