Skip to content

Commit

Permalink
Merge pull request #539 from aranaravi/develop
Browse files Browse the repository at this point in the history
Removed the local captcha secret key
  • Loading branch information
aranaravi authored Oct 20, 2023
2 parents e09dc70 + ee77f0c commit e31f532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resident-ui/src/app/shared/captcha/captcha.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
id="grecaptcha"
class="g-recaptcha"
(resolved)="recaptcha($event)"
siteKey="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"
siteKey="{{ captchaSiteKey }}"
data-error-callback="recaptchaError($event)"
></re-captcha>
</div>

0 comments on commit e31f532

Please sign in to comment.