소스 검색

fixed reCAPTCHA URL (#9083)

tags/v1.11.0-rc1
Koichi MATSUMOTO 4 년 전
부모
커밋
30fde478db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      modules/recaptcha/recaptcha.go

+ 1
- 1
modules/recaptcha/recaptcha.go 파일 보기

@@ -24,7 +24,7 @@ type Response struct {
ErrorCodes []string `json:"error-codes"`
}

const apiURL = "/api/siteverify"
const apiURL = "api/siteverify"

// Verify calls Google Recaptcha API to verify token
func Verify(response string) (bool, error) {

Loading…
취소
저장