You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(users[username]){ // <----------------line 27: it means not found??
console.log('User Not Found with username '+username);
return done(null, false);
}
The text was updated successfully, but these errors were encountered:
chirp/module-3/Finished/passport-init.js
The text was updated successfully, but these errors were encountered: