remove logging

This commit is contained in:
jane 2022-04-23 23:20:03 -04:00
parent 4a0db151d4
commit d0acb97e36
5 changed files with 8 additions and 10 deletions

View file

@ -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: {