try to just add recaptcha manually

use react-recaptcha

remove recaptcha file
This commit is contained in:
Riley Davis
2017-03-14 15:32:16 -06:00
parent b1f426e70d
commit 7bbf8abd3d
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>