remove logging
This commit is contained in:
parent
4a0db151d4
commit
d0acb97e36
5 changed files with 8 additions and 10 deletions
|
@ -13,7 +13,7 @@ export default NextAuth({
|
|||
],
|
||||
callbacks: {
|
||||
async signIn({ user, account, profile, email, credentials }) {
|
||||
console.log(user, account, profile, email, credentials);
|
||||
// console.log(user, account, profile, email, credentials);
|
||||
if (user.image != profile.image_url) {
|
||||
await prisma.user.update({
|
||||
data: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue