mirror of https://github.com/node-red/node-red.git
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") {
|
||||
// Workaround for https://github.com/sindresorhus/got/issues/1169
|
||||
var cred = ""
|
||||
|
|
Loading…
Reference in New Issue