[Ivan Diaz] - Remove google script form head tag

This commit is contained in:
Ivan Diaz 2015-10-17 17:01:56 -03:00
parent 645c9b666e
commit 40bd9d558a
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,7 @@ var MainSignUpPageWidget = React.createClass({
<Input {...this.getInputProps()} label="Repeat Password" name="repeated-password" password/>
</div>
<div className="signup-widget--captcha">
<ReCAPTCHA sitekey="6LeSP-8SAAAAABFCFiNhSz19syuGI4TspYChe7dX" onChange={function () {}}/>
<ReCAPTCHA sitekey="custom-site-key" onChange={function () {}}/>
</div>
<Button type="primary">SIGN UP</Button>
</Form>

View File

@ -9,7 +9,6 @@
<title>App Name</title>
<link rel="stylesheet" href="/css/main.css">
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>