Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendonKupsch1 committed Dec 8, 2024
1 parent 5a6c959 commit 303e6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ passport.use(new SamlStrategy(
}
return done(null, user);
console.log('User found');
console.log(req.user);
console.log(user);
});
},
Expand Down

0 comments on commit 303e6cc

Please sign in to comment.