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,