try to just add recaptcha manually

use react-recaptcha

remove recaptcha file
This commit is contained in:
Riley Davis
2017-03-20 07:36:21 -07:00
committed by gaba
parent ca07406b1a
commit c8a0ded4ad
9 changed files with 53 additions and 5 deletions
+1
View File
@@ -85,6 +85,7 @@
</head>
<body>
<div id="root"></div>
<script src='https://www.google.com/recaptcha/api.js?render=explicit' async defer></script>
<script src="<%= basePath %>/bundle.js" charset="utf-8"></script>
</body>
</html>