Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
aksun1 committed Jan 6, 2025
1 parent 1888d4e commit d0af4e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/backend/src/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ passport.serializeUser((user, done) => {
});

passport.deserializeUser((user: ProdekoUser, done) => {
console.log(user);
done(null, user);
});

Expand Down

0 comments on commit d0af4e7

Please sign in to comment.