mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-24 08:53:30 +01:00
UI: Change the default request auth mode from "none" to "inherit"
Fix #2315
This commit is contained in:
parent
be4fc2d9ad
commit
b2b568d0bc
@ -762,7 +762,7 @@ export const newHttpRequest = (params) => (dispatch, getState) => {
|
||||
formUrlEncoded: null
|
||||
},
|
||||
auth: auth ?? {
|
||||
mode: 'none'
|
||||
mode: 'inherit'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user