mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-28 02:43:08 +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
|
formUrlEncoded: null
|
||||||
},
|
},
|
||||||
auth: auth ?? {
|
auth: auth ?? {
|
||||||
mode: 'none'
|
mode: 'inherit'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user