Skip to content

Commit

Permalink
Update recaptcha_enterprise_verifier.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
renkelvin committed Sep 29, 2023
1 parent 3e8b80d commit b2ac319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export async function handleRecaptchaFlow<TRequest, TResponse>(
return actionMethod(authInstance, request).catch(async error => {
if (error.code === `auth/${AuthErrorCode.MISSING_RECAPTCHA_TOKEN}`) {
console.log(
`${actionName} is protected by reCAPTCHA for this project. Automatically triggering the reCAPTCHA flow and restarting the flow.`
`${actionName} is protected by reCAPTCHA Enterprise for this project. Automatically triggering the reCAPTCHA flow and restarting the flow.`
);
const requestWithRecaptcha = await injectRecaptchaFields(
authInstance,
Expand Down

0 comments on commit b2ac319

Please sign in to comment.