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
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 0 additions and 1 deletions

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;