mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-11 10:03:44 +01:00
fix: pass object to.auth
This commit is contained in:
@@ -71,7 +71,7 @@ connection.connect = async function (options) {
|
||||
});
|
||||
|
||||
if (options.password) {
|
||||
cxn.auth(options.password);
|
||||
cxn.auth({ password: options.password });
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user