#402 - Remove errant line
This commit is contained in:
parent
1ee88320e9
commit
1b2a607d9b
|
@ -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
|
|
@ -0,0 +1,2 @@
|
||||||
|
GOOGLE_CLIENT_ID=479164972499-snopeoggfam8j6ku1i9g2kljb3c4hov6.apps.googleusercontent.com
|
||||||
|
GOOGLE_CLIENT_SECRET=CoRocezZGyCv2Kb0uJ-js0rD
|
|
@ -28,7 +28,6 @@ function onSignIn(googleUser) {
|
||||||
console.log("Log in failed");
|
console.log("Log in failed");
|
||||||
// Handle error...
|
// Handle error...
|
||||||
});
|
});
|
||||||
req.addEventListener()
|
|
||||||
req.open("POST", "/signin");
|
req.open("POST", "/signin");
|
||||||
req.send(formData);
|
req.send(formData);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue