mirror of https://github.com/node-red/node-red.git
Dont export subflow template creds by default
parent
cd210d9fbf
commit
cc177533e8
|
@ -587,7 +587,6 @@ RED.nodes = (function() {
|
|||
}
|
||||
|
||||
function convertSubflow(n, exportCreds) {
|
||||
exportCreds = true;
|
||||
var node = {};
|
||||
node.id = n.id;
|
||||
node.type = n.type;
|
||||
|
|
Loading…
Reference in New Issue