We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612c92f commit 113b3baCopy full SHA for 113b3ba
lib/authn.js
@@ -128,7 +128,7 @@ async function _isAuthnRequired({config, admin}) {
128
129
function _addAuthOptions({options, config}) {
130
options.connectOptions.auth = {
131
- user: config.username,
+ username: config.username,
132
password: config.password
133
};
134
// authSource is the database to authenticate against
0 commit comments