mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
commento.js: fix anonymity button logic typo
This commit is contained in:
@ -331,7 +331,7 @@
|
||||
commenters = resp.commenters;
|
||||
configuredOauths = resp.configuredOauths;
|
||||
|
||||
if (!resp.requireModeration)
|
||||
if (!resp.requireIdentification)
|
||||
configuredOauths.push("anonymous");
|
||||
|
||||
cssLoad(cdn + "/css/commento.css");
|
||||
|
Reference in New Issue
Block a user