Add Google login button
Need to update this eventually to use the dynamic routespull/10616/head
parent
1a80a6c4d5
commit
7f0e61e484
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue