From 9ba058f783cdc5cd7404928043f222ba67c6984e Mon Sep 17 00:00:00 2001 From: hannah-macdonald1 Date: Wed, 18 Dec 2024 14:31:10 -0700 Subject: [PATCH] accept encoding to show errors on auth --- src/common/guards/auth/auth.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/guards/auth/auth.service.ts b/src/common/guards/auth/auth.service.ts index 9d00797..9a3f23e 100644 --- a/src/common/guards/auth/auth.service.ts +++ b/src/common/guards/auth/auth.service.ts @@ -97,6 +97,7 @@ export class AuthService { } const headers = { Accept: CONTENT_TYPE, + 'Accept-Encoding': '*', }; const url = this.baseUrl +