Skip to content

Commit

Permalink
fix(auth Interceptor): withCredentials & token conflict (#1123)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre-Étienne Lord
  • Loading branch information
pelord authored and cbourget committed Mar 21, 2023
1 parent 49a5d65 commit 762f331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/auth/src/lib/shared/auth.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class AuthInterceptor implements HttpInterceptor {
req = originalReq.clone({
withCredentials
});
return next.handle(req);
}
this.refreshToken();
const token = this.tokenService.get();
Expand Down

0 comments on commit 762f331

Please sign in to comment.