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 86b0938 commit 574f4f6Copy full SHA for 574f4f6
ReCaptchaFrontendUi/view/frontend/web/js/reCaptcha.js
@@ -59,12 +59,11 @@ define(
59
* @returns {Boolean}
60
*/
61
getIsInvisibleRecaptcha: function () {
62
- if (this.settings === void 0) {
63
- return false;
64
- }
65
-
66
- return this.settings.invisible;
+ if (this.settings === void 0) {
+ return false;
67
}
+
+ return this.settings.invisible;
68
},
69
70
/**
0 commit comments