commento.js: fix configuredOauths typo

This commit is contained in:
Adhityaa
2018-06-11 01:23:37 +05:30
parent 1a61d52123
commit 684734cb29

View File

@@ -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);