We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cc48a commit 487ad4aCopy full SHA for 487ad4a
ReCaptchaFrontendUi/view/frontend/web/js/reCaptcha.js
@@ -60,10 +60,12 @@ define(
60
*/
61
getIsInvisibleRecaptcha: function () {
62
63
- if (this.settings === void 0) {
+ if (this.settings ===
64
+
65
+ void 0) {
66
return false;
67
}
-
68
69
return this.settings.invisible;
70
},
71
@@ -88,7 +90,9 @@ define(
88
90
widgetId,
89
91
parameters;
92
- if (this.captchaInitialized || this.settings === void 0) {
93
+ if (this.captchaInitialized || this.settings ===
94
95
96
return;
97
98
0 commit comments