move site key to .env
This commit is contained in:
parent
0a09e7bbef
commit
8bfd815084
@ -82,7 +82,7 @@
|
||||
</div>
|
||||
|
||||
<!-- reCAPTCHA -->
|
||||
<CENTER><div class="g-recaptcha" data-sitekey="6LffOEkqAAAAAJRMNswRfgxmO6Dj7PwybknJYsgi"></div></CENTER>
|
||||
<CENTER><div class="g-recaptcha" data-sitekey="<%= process.env.CAPTCHA_SITE_KEY %>"></div></CENTER>
|
||||
<BR>
|
||||
<button type="submit" class="btn btn-primary">Send Message</button>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user