Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Yesod/ReCAPTCHA.hs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ check challenge response = do
$(YC.logError) $ "Yesod.ReCAPTCHA: Couldn't find out remote IP, \
\are you using a reverse proxy? If yes, then \
\please file a bug report at \
\<https://github.com/meteficha/yesod-recaptcha>."
\<https://github.com/prowdsponsor/yesod-recaptcha>."
fail "Could not find remote IP address for reCAPTCHA."
let req = D.def
{ H.method = HT.methodPost
Expand Down