Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Dec 8, 2024
1 parent 48204aa commit 5c4789c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/api/auth/[...nextauth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export const authOptions: NextAuthOptions = {
);
}
}
console.log("FINDUSER", user.uid);
const findUser = await User.findOneAndUpdate(
{ uid: user.uid },
{
Expand Down

0 comments on commit 5c4789c

Please sign in to comment.