mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
UI: Change the default request auth mode from "none" to "inherit"
Fix #2315
This commit is contained in:
@@ -799,7 +799,7 @@ export const newHttpRequest = (params) => (dispatch, getState) => {
|
||||
file: null
|
||||
},
|
||||
auth: auth ?? {
|
||||
mode: 'none'
|
||||
mode: 'inherit'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user