bcgov / MOH-BCP-Enrolment

BC Ministry of Health's Business Cost Premium Enrolment Application
Apache License 2.0
1 stars 0 forks source link

Selectable captcha system #18

Closed Ian-c-cameron closed 3 years ago

Ian-c-cameron commented 3 years ago

Please check if the PR fulfills these requirements:

Please specify the type of change this PR introduces (Bug fix, feature addition, content update, chore, etc.):

Integration of google recaptcha components behind a feature flag that toggles between these components and the old captcha system

Additional Notes:

SPA_ENV_ENABLE_RECAPTCHA variable on the spa-env-service pod is a boolean value that selects the captcha system to use: true = use google recaptcha false = use the previous captcha system