summaryrefslogtreecommitdiff
path: root/src/containers/auth
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/auth')
-rw-r--r--src/containers/auth/Login.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/auth/Login.js b/src/containers/auth/Login.js
index be4b07ee..4b008da4 100644
--- a/src/containers/auth/Login.js
+++ b/src/containers/auth/Login.js
@@ -28,7 +28,7 @@ class LoginContainer extends React.Component {
return (
<GoogleLogin
- clientId="311799954046-jv2inpg9nu7m0avcg6gulvkuvfgbtgb4.apps.googleusercontent.com"
+ clientId={process.env.REACT_APP_OAUTH_CLIENT_ID}
onSuccess={this.onAuthResponse.bind(this)}
onFailure={this.onAuthResponse.bind(this)}
className="login btn btn-primary"