From b2ac31976a26b9e2e0c5d7cfae3cdc7c7112dcc3 Mon Sep 17 00:00:00 2001 From: renkelvin Date: Fri, 29 Sep 2023 13:20:08 -0700 Subject: [PATCH] Update recaptcha_enterprise_verifier.ts --- .../platform_browser/recaptcha/recaptcha_enterprise_verifier.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.ts b/packages/auth/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.ts index cc96f633d96..63ec91fceae 100644 --- a/packages/auth/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.ts +++ b/packages/auth/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.ts @@ -199,7 +199,7 @@ export async function handleRecaptchaFlow( 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,