Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
miya committed Apr 5, 2024
1 parent 889187e commit b8863fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/app/src/server/routes/login-passport.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ module.exports = function(crowi, app) {
passport.authenticate('local', (err, user, info) => {
debug('--- authenticate with LocalStrategy ---');
debug('user', user);
debug('info', info);

if (err) { // DB Error
logger.error('Database Server Error: ', err);
Expand Down

0 comments on commit b8863fb

Please sign in to comment.