Pārlūkot izejas kodu

fixed reCAPTCHA URL (#9083)

tags/v1.11.0-rc1
Koichi MATSUMOTO pirms 4 gadiem
vecāks
revīzija
30fde478db
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      modules/recaptcha/recaptcha.go

+ 1
- 1
modules/recaptcha/recaptcha.go Parādīt failu

@@ -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) {

Notiek ielāde…
Atcelt
Saglabāt