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