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