diff --git a/package.json b/package.json index 69093c0c5..196effd71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "3.7.1", + "version": "3.8.0", "description": "A better commenting experience from Mozilla, The New York Times, and the Washington Post. https://coralproject.net", "main": "app.js", "private": true, diff --git a/services/passport.js b/services/passport.js index 0920c1c39..1d5d0ddcf 100644 --- a/services/passport.js +++ b/services/passport.js @@ -515,5 +515,6 @@ module.exports = { HandleAuthPopupCallback, HandleGenerateCredentials, HandleLogout, - CheckBlacklisted + CheckBlacklisted, + CheckRecaptcha, };