Skip to content

Commit

Permalink
UI: Change the default request auth mode from "none" to "inherit"
Browse files Browse the repository at this point in the history
Fix #2315
  • Loading branch information
edbrannin committed Nov 1, 2024
1 parent be4fc2d commit b2b568d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ export const newHttpRequest = (params) => (dispatch, getState) => {
formUrlEncoded: null
},
auth: auth ?? {
mode: 'none'
mode: 'inherit'
}
}
};
Expand Down

0 comments on commit b2b568d

Please sign in to comment.