explain NTLM type ignore
This commit is contained in:
parent
13669f22ec
commit
f96983184f
|
@ -288,7 +288,7 @@ class SqlServerIntegration extends Sql implements DatasourcePlus {
|
|||
|
||||
clientCfg.authentication = {
|
||||
type: "ntlm",
|
||||
// @ts-ignore
|
||||
// @ts-expect-error - username and password not required for NTLM
|
||||
options: {
|
||||
domain,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue