mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
66a704af55
commit
972c83cd52
@ -205,7 +205,7 @@ module.exports = function(RED) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (this.credentials) {
|
if (Object.keys(this.credentials).length != 0) {
|
||||||
if (this.authType === "basic") {
|
if (this.authType === "basic") {
|
||||||
// Workaround for https://github.com/sindresorhus/got/issues/1169
|
// Workaround for https://github.com/sindresorhus/got/issues/1169
|
||||||
var cred = ""
|
var cred = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user