Skip to content

Commit

Permalink
Merge pull request #59 from bcgov/feat/accept-encoding
Browse files Browse the repository at this point in the history
Add accept encoding to show errors on auth
  • Loading branch information
hannah-macdonald1 authored Dec 18, 2024
2 parents bfeb51d + 9ba058f commit 965a837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/guards/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export class AuthService {
}
const headers = {
Accept: CONTENT_TYPE,
'Accept-Encoding': '*',
};
const url =
this.baseUrl +
Expand Down

0 comments on commit 965a837

Please sign in to comment.