Stop silently ignore login issues
This commit is contained in:
@@ -221,8 +221,7 @@ function authenticate(config: IConfig, done: (err: Error) => void)
|
||||
}
|
||||
done(null);
|
||||
});
|
||||
})
|
||||
.catch(done);
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user