Skip to content

Commit

Permalink
Add TODO in Google Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
billdybas committed Feb 8, 2018
1 parent ff0071e commit 1e2e5c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/google.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export default class GoogleProvider {

verify() {
return new Promise((resolve, reject) => {
// TODO: 'clientId' is 'undefined'; should be 'clientId_'
// This may change when upgrading 'googleapis'
this.client.verifyIdToken(this.token, this.client.clientId, (err, ticket) => {
if (err) {
return reject(err);
Expand Down

0 comments on commit 1e2e5c8

Please sign in to comment.