Skip to content

Commit b2ac319

Browse files
author
renkelvin
committed
Update recaptcha_enterprise_verifier.ts
1 parent 3e8b80d commit b2ac319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export async function handleRecaptchaFlow<TRequest, TResponse>(
199199
return actionMethod(authInstance, request).catch(async error => {
200200
if (error.code === `auth/${AuthErrorCode.MISSING_RECAPTCHA_TOKEN}`) {
201201
console.log(
202-
`${actionName} is protected by reCAPTCHA for this project. Automatically triggering the reCAPTCHA flow and restarting the flow.`
202+
`${actionName} is protected by reCAPTCHA Enterprise for this project. Automatically triggering the reCAPTCHA flow and restarting the flow.`
203203
);
204204
const requestWithRecaptcha = await injectRecaptchaFields(
205205
authInstance,

0 commit comments

Comments
 (0)