Export CheckRecaptcha, so that it can be used in other services.

This commit is contained in:
Max Eddy
2017-11-16 09:09:16 -05:00
parent 03a0d904d2
commit c664438ade
+2 -1
View File
@@ -515,5 +515,6 @@ module.exports = {
HandleAuthPopupCallback,
HandleGenerateCredentials,
HandleLogout,
CheckBlacklisted
CheckBlacklisted,
CheckRecaptcha,
};