mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-27 13:03:12 -05:00
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…
x
Reference in New Issue
Block a user