[Ivan Diaz] - Remove google script form head tag
This commit is contained in:
parent
645c9b666e
commit
40bd9d558a
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue