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