mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 06:34:06 +00:00
add: default auth mode inherit in folder
This commit is contained in:
@@ -380,7 +380,12 @@ export const newFolder = (folderName, directoryName, collectionUid, itemUid) =>
|
||||
meta: {
|
||||
name: folderName,
|
||||
seq: items?.length + 1
|
||||
}
|
||||
},
|
||||
request: {
|
||||
auth: {
|
||||
mode: 'inherit'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
ipcRenderer
|
||||
@@ -416,7 +421,12 @@ export const newFolder = (folderName, directoryName, collectionUid, itemUid) =>
|
||||
meta: {
|
||||
name: folderName,
|
||||
seq: items?.length + 1
|
||||
}
|
||||
},
|
||||
request: {
|
||||
auth: {
|
||||
mode: 'inherit'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
ipcRenderer
|
||||
|
||||
Reference in New Issue
Block a user