mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-19 14:30:52 +08:00
test auth clienttoken
This commit is contained in:
parent
0c731c5a71
commit
d3feef1d87
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function authenticate(connection, token, callback) {
|
|||
let password = (data[2] || '').toString().trim();
|
||||
let clientToken = (data[3] || '').toString().trim();
|
||||
|
||||
console.log(clientToken);
|
||||
console.log(data);
|
||||
|
||||
// Do auth
|
||||
connection._server.onAuth(
|
||||
|
|
Loading…
Reference in a new issue