diff --git a/frontend/js/commento.js b/frontend/js/commento.js index f3342c3..ec55871 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -1157,7 +1157,7 @@ remove(emailButton); remove(loginLinkContainer); if (loginBoxType == "signup") { - if (configuredOauth.length > 0) { + if (configuredOauths.length > 0) { remove(hr); remove(oauthPretext); remove(oauthButtonsContainer);