Skip to content

Commit

Permalink
Merge branch 'develop' into minor-fixes-questionnaire-patient
Browse files Browse the repository at this point in the history
  • Loading branch information
amjithtitus09 authored Jan 31, 2025
2 parents 8bedd7f + 54a474a commit 1c589a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/request/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function makeHeaders(noAuth: boolean, additionalHeaders?: HeadersInit) {

const authorizationHeader = getAuthorizationHeader();
if (authorizationHeader && !noAuth) {
headers.append("Authorization", authorizationHeader);
headers.set("Authorization", authorizationHeader);
}

return headers;
Expand Down
1 change: 1 addition & 0 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ export default defineConfig(({ mode }) => {
name: "Care",
short_name: "Care",
background_color: "#ffffff",
theme_color: "#ffffff",
display: "standalone",
icons: [
{
Expand Down

0 comments on commit 1c589a6

Please sign in to comment.