fix: explicit captcha fields in sendInvitation payload
This commit is contained in:
@@ -92,7 +92,9 @@ export async function sendInvitation(
|
|||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
email,
|
email,
|
||||||
role,
|
role,
|
||||||
...captcha
|
captcha_id: captcha?.captcha_id,
|
||||||
|
captcha_solution: captcha?.captcha_solution,
|
||||||
|
captcha_token: captcha?.captcha_token
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user