move site key to .env
This commit is contained in:
parent
0a09e7bbef
commit
8bfd815084
@ -82,7 +82,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- reCAPTCHA -->
|
<!-- 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>
|
<BR>
|
||||||
<button type="submit" class="btn btn-primary">Send Message</button>
|
<button type="submit" class="btn btn-primary">Send Message</button>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user