mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Fix msg not being passed for SASL
This commit is contained in:
parent
5425bc15d2
commit
fdf13bac34
@ -244,7 +244,7 @@ class Client extends EventEmitter {
|
||||
})
|
||||
}
|
||||
|
||||
_handleAuthSASL() {
|
||||
_handleAuthSASL(msg) {
|
||||
this._checkPgPass(() => {
|
||||
this.saslSession = sasl.startSession(msg.mechanisms)
|
||||
const con = this.connection
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user