Skip to content

Commit 86b0938

Browse files
author
Mark Berube
committed
MC-42649: fixing recaptcha error
1 parent 454b6f9 commit 86b0938

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ReCaptchaFrontendUi/view/frontend/web/js/reCaptcha.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ define(
5959
* @returns {Boolean}
6060
*/
6161
getIsInvisibleRecaptcha: function () {
62-
if (this.settings === void 0) {
63-
return false;
64-
} else {
62+
if (this.settings === void 0) {
63+
return false;
64+
}
65+
6566
return this.settings.invisible;
6667
}
6768
},

0 commit comments

Comments
 (0)