feat: Revert "feat: support reCAPTCHA v3 captcha provider" (#3135)

This reverts commit a0d6f2125e.
This commit is contained in:
Yang Luo
2024-08-20 17:56:53 +08:00
committed by GitHub
parent a0d6f2125e
commit b794ef87ee
3 changed files with 4 additions and 25 deletions

View File

@ -24,9 +24,7 @@ func GetCaptchaProvider(captchaType string) CaptchaProvider {
switch captchaType {
case "Default":
return NewDefaultCaptchaProvider()
case "reCAPTCHA v2":
return NewReCaptchaProvider()
case "reCAPTCHA v3":
case "reCAPTCHA":
return NewReCaptchaProvider()
case "Aliyun Captcha":
return NewAliyunCaptchaProvider()