mirror of
https://gitlab.com/commento/commento.git
synced 2026-06-17 09:55:27 -04:00
commento.js: fix configuredOauths typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user