From ee77f0ccf6bbcf567f8137e902de9c83f97ae2d5 Mon Sep 17 00:00:00 2001 From: Aravindhan Alagesan Date: Fri, 20 Oct 2023 09:16:49 +0530 Subject: [PATCH] Removed the local captcha secret key Signed-off-by: Aravindhan Alagesan --- resident-ui/src/app/shared/captcha/captcha.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resident-ui/src/app/shared/captcha/captcha.component.html b/resident-ui/src/app/shared/captcha/captcha.component.html index 7173f688..a9350e24 100644 --- a/resident-ui/src/app/shared/captcha/captcha.component.html +++ b/resident-ui/src/app/shared/captcha/captcha.component.html @@ -3,7 +3,7 @@ id="grecaptcha" class="g-recaptcha" (resolved)="recaptcha($event)" - siteKey="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI" + siteKey="{{ captchaSiteKey }}" data-error-callback="recaptchaError($event)" >