commento.js: fix configuredOauths typo
This commit is contained in:
@@ -1157,7 +1157,7 @@
|
|||||||
remove(emailButton);
|
remove(emailButton);
|
||||||
remove(loginLinkContainer);
|
remove(loginLinkContainer);
|
||||||
if (loginBoxType == "signup") {
|
if (loginBoxType == "signup") {
|
||||||
if (configuredOauth.length > 0) {
|
if (configuredOauths.length > 0) {
|
||||||
remove(hr);
|
remove(hr);
|
||||||
remove(oauthPretext);
|
remove(oauthPretext);
|
||||||
remove(oauthButtonsContainer);
|
remove(oauthButtonsContainer);
|
||||||
|
Reference in New Issue
Block a user