comand-component-library 4.1.51 → 4.1.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -497,6 +497,8 @@ export default {
|
|
497
497
|
// prevent original levent form CmdForm (to avoid submit and reload)
|
498
498
|
event.originalEvent.preventDefault()
|
499
499
|
|
500
|
+
console.log("this.reCaptchaWebsiteKey", this.reCaptchaWebsiteKey)
|
501
|
+
|
500
502
|
if(this.reCaptchaWebsiteKey) {
|
501
503
|
grecaptcha.ready(function() {
|
502
504
|
grecaptcha.execute(this.reCaptchaWebsiteKey, {action: 'submit'}).then(function(token) {
|