From 16fdeda9c06a2a8832c349205452b1b917217d79 Mon Sep 17 00:00:00 2001 From: seungcheol Date: Mon, 16 Nov 2020 11:03:53 +0900 Subject: [PATCH] feature#16 --- controller/users/google.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controller/users/google.js b/controller/users/google.js index 3840773..fe68d6f 100644 --- a/controller/users/google.js +++ b/controller/users/google.js @@ -33,6 +33,8 @@ module.exports = { email }, 'testSecret'); + console.log(sub); + user.create({ googleId: sub, email: email,