Dont export subflow template creds by default

This commit is contained in:
Nick O'Leary
2019-11-01 15:12:29 +00:00
parent cd210d9fbf
commit cc177533e8

View File

@@ -587,7 +587,6 @@ RED.nodes = (function() {
}
function convertSubflow(n, exportCreds) {
exportCreds = true;
var node = {};
node.id = n.id;
node.type = n.type;