commento.js: fix configuredOauths typo
This commit is contained in:
parent
1a61d52123
commit
684734cb29
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user