Skip to content

Commit

Permalink
Merge branch 'dev' into anton/srs-556-table
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-bcgov authored Dec 24, 2024
2 parents 58ad883 + f4cba73 commit ee2e89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/helpers/utility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const getAxiosInstance = () => {
baseURL: API,
// timeout: 2000,
headers: {
Authorization: 'Bearer ' + user?.access_token,
Authorization: `Bearer ${user?.access_token || ''}`,
requestID: generateRequestId(),
'Access-Control-Allow-Origin': '*',
'Content-Type': 'application/json',
Expand Down

0 comments on commit ee2e89f

Please sign in to comment.