Skip to content

Commit

Permalink
feature#16
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-SeungcheolLee committed Nov 16, 2020
1 parent 0876fa7 commit 16fdeda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controller/users/google.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ module.exports = {
email
}, 'testSecret');

console.log(sub);

user.create({
googleId: sub,
email: email,
Expand Down

0 comments on commit 16fdeda

Please sign in to comment.