chirp icon indicating copy to clipboard operation
chirp copied to clipboard

module-3

Open yeahe83 opened this issue 9 years ago • 1 comments

chirp/module-3/Finished/passport-init.js

        if(users[username]){ // <----------------line 27: it means not found??
            console.log('User Not Found with username '+username);
            return done(null, false);
        }

yeahe83 avatar Feb 15 '16 09:02 yeahe83

@yeahe83 Yeah that's a typo, see #15

Beatusvir avatar Feb 16 '16 00:02 Beatusvir