feat: Add hCaptcha for public forms (#4017)
- added hCaptcha based verification for chatwoot signups Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
parent
80d83b401c
commit
ea44a32758
13 changed files with 123 additions and 7 deletions
|
@ -30,6 +30,7 @@ export default {
|
|||
user_full_name: creds.fullName.trim(),
|
||||
email: creds.email,
|
||||
password: creds.password,
|
||||
h_captcha_client_response: creds.hCaptchaClientResponse,
|
||||
})
|
||||
.then(response => {
|
||||
setAuthCredentials(response);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue