register raindrops captcha
This commit is contained in:
parent
b08f381f72
commit
6b35e53fe3
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue