Add Google login button

Need to update this eventually to use the dynamic routes
pull/10616/head
Chris Goller 2017-02-14 23:05:03 -06:00
parent 1a80a6c4d5
commit 7f0e61e484
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ const Login = React.createClass({
<h1 className="auth-text-logo">Chronograf</h1>
<p><strong>v1.2-beta6</strong> / Time-Series Data Visualization</p>
<a className="btn btn-primary" href="/oauth/github/login"><span className="icon github"></span> Login with GitHub</a>
<a className="btn btn-primary" href="/oauth/google/login"><span className="icon google"></span> Login with Google</a>
</div>
<p className="auth-credits">Made by <span className="icon cubo-uniform"></span>InfluxData</p>
<div className="auth-image"></div>