Skip to content

Commit 574f4f6

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

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,11 @@ define(
5959
* @returns {Boolean}
6060
*/
6161
getIsInvisibleRecaptcha: function () {
62-
if (this.settings === void 0) {
63-
return false;
64-
}
65-
66-
return this.settings.invisible;
62+
if (this.settings === void 0) {
63+
return false;
6764
}
65+
66+
return this.settings.invisible;
6867
},
6968

7069
/**

0 commit comments

Comments
 (0)