From 08a12a3dd7c471cf8c69a49d60811c628dac0ac9 Mon Sep 17 00:00:00 2001 From: 5Amogh Date: Tue, 17 Jun 2025 14:20:44 +0530 Subject: [PATCH] fix: type fix for the enable captcha variable --- src/environments/environment.ci.ts.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ci.ts.template b/src/environments/environment.ci.ts.template index e9dd593..180bb90 100644 --- a/src/environments/environment.ci.ts.template +++ b/src/environments/environment.ci.ts.template @@ -32,7 +32,7 @@ const IP1097 = '<%= HELPLINE1097_API_BASE %>'; const TELEPHONY_SERVER = '<%= TELEPHONY_SERVER %>'; const siteKey = '<%= SITE_KEY %>'; const captchaChallengeURL = '<%= CAPTCHA_CHALLENGE_URL %>'; -const enableCaptcha = '<%= ENABLE_CAPTCHA %>'; +const enableCaptcha = <%= ENABLE_CAPTCHA %>; export const environment = { production: true,