1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

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;