#402 - Remove errant line

This commit is contained in:
Steve Bazyl 2016-04-25 10:51:01 -07:00
parent 1ee88320e9
commit 1b2a607d9b
3 changed files with 6 additions and 1 deletions

4
samples/cli/.env Normal file
View File

@ -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
samples/web/.env Normal file
View File

@ -0,0 +1,2 @@
GOOGLE_CLIENT_ID=479164972499-snopeoggfam8j6ku1i9g2kljb3c4hov6.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=CoRocezZGyCv2Kb0uJ-js0rD

View File

@ -28,7 +28,6 @@ function onSignIn(googleUser) {
console.log("Log in failed");
// Handle error...
});
req.addEventListener()
req.open("POST", "/signin");
req.send(formData);
}