Skip to content

Commit

Permalink
googleapis#402 - Remove errant line
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrrl committed Apr 25, 2016
1 parent 1ee8832 commit 1b2a607
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions samples/cli/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
GOOGLE_API_KEY=AIzaSyC6GvjvPlEzJpTW2bW2t0MPHQTfltTosHk
GOOGLE_CLIENT_ID=479164972499-i7j6av7bp2s4on5ltb7pj2lb2iu5a8gi.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=JBotCTG5biFWGz43jdQSZaa3
GOOGLE_APPLICATION_CREDENTIALS=~/Downloads/ruby-samples-cred.json
2 changes: 2 additions & 0 deletions samples/web/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GOOGLE_CLIENT_ID=479164972499-snopeoggfam8j6ku1i9g2kljb3c4hov6.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=CoRocezZGyCv2Kb0uJ-js0rD
1 change: 0 additions & 1 deletion samples/web/views/home.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ function onSignIn(googleUser) {
console.log("Log in failed");
// Handle error...
});
req.addEventListener()
req.open("POST", "/signin");
req.send(formData);
}
Expand Down

0 comments on commit 1b2a607

Please sign in to comment.