register raindrops captcha

This commit is contained in:
hrj 2019-06-08 11:43:27 +05:30
parent b08f381f72
commit 6b35e53fe3

View File

@ -34,6 +34,7 @@ class Captcha(throttle: Int) {
"FontFunCaptcha" -> new FontFunCaptcha,
"GifCaptcha" -> new GifCaptcha,
"ShadowTextCaptcha" -> new ShadowTextCaptcha,
"RainDropsCaptcha" -> new RainDropsCP,
"LabelCaptcha" -> new LabelCaptcha)
def getProvider(): String = {