This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fixed reCAPTCHA URL (
#9083
)
for-closed-social
Koichi MATSUMOTO
5 years ago
committed by
zeripath
parent
513b9fc988
commit
30fde478db
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/recaptcha/recaptcha.go
+ 1
- 1
modules/recaptcha/recaptcha.go
View File
@ -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
)
{
Write
Preview
Loading…
Cancel
Save