Commit 959a6ad
Fix hCaptcha hostname mismatch on dev deployment
HCaptcha__ExpectedHostname was set to staging.essentialcsharp.com but
both dev and prod share the same sitekey registered for essentialcsharp.com.
hCaptcha's siteverify always returns hostname: essentialcsharp.com for this
key, causing CaptchaService to reject every valid token on dev with
'Captcha verification failed. Please try again.'
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 66900fd commit 959a6ad
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments