diff --git a/frontend/js/commento.js b/frontend/js/commento.js index fb69da1..f3342c3 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -331,7 +331,7 @@ commenters = resp.commenters; configuredOauths = resp.configuredOauths; - if (!resp.requireModeration) + if (!resp.requireIdentification) configuredOauths.push("anonymous"); cssLoad(cdn + "/css/commento.css");