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:
parent
cd210d9fbf
commit
cc177533e8
@ -587,7 +587,6 @@ RED.nodes = (function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function convertSubflow(n, exportCreds) {
|
function convertSubflow(n, exportCreds) {
|
||||||
exportCreds = true;
|
|
||||||
var node = {};
|
var node = {};
|
||||||
node.id = n.id;
|
node.id = n.id;
|
||||||
node.type = n.type;
|
node.type = n.type;
|
||||||
|
Loading…
Reference in New Issue
Block a user