comand-component-library 4.1.51 → 4.1.52

Sign up to get free protection for your applications and to get access to all the features.
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) {