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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.1.51",
3
+ "version": "4.1.52",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -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) {