Merge pull request #1165 from alleyinteractive/expose-recaptcha

Export CheckRecaptcha, so that it can be used in other services.
This commit is contained in:
Wyatt Johnson
2017-11-16 11:36:25 -07:00
committed by GitHub
+2 -1
View File
@@ -515,5 +515,6 @@ module.exports = {
HandleAuthPopupCallback,
HandleGenerateCredentials,
HandleLogout,
CheckBlacklisted
CheckBlacklisted,
CheckRecaptcha,
};