mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update packages/node_modules/@node-red/runtime/lib/nodes/credentials.js
This commit is contained in:
parent
9ac83cf62e
commit
d95314c754
@ -377,7 +377,6 @@ var api = module.exports = {
|
|||||||
for (cred in savedCredentials) {
|
for (cred in savedCredentials) {
|
||||||
if (savedCredentials.hasOwnProperty(cred)) {
|
if (savedCredentials.hasOwnProperty(cred)) {
|
||||||
if (!newCreds.hasOwnProperty(cred)) {
|
if (!newCreds.hasOwnProperty(cred)) {
|
||||||
console.log(` + ${cred} deleting for some reason`)
|
|
||||||
delete savedCredentials[cred];
|
delete savedCredentials[cred];
|
||||||
dirty = true;
|
dirty = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user