Skip to content

Commit 095759a

Browse files
authored
fix: minor comment change CU-8688ucrbp (#104)
1 parent f3501e9 commit 095759a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/ngx-resgrid-apps-shared/src/lib/services/v4/auth.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ export class AuthService {
231231
return this.refreshTokens();
232232
}),
233233
catchError((error: any) => {
234+
// Commented out for now, need to figure out how to handle this
234235
//await this.logout();
235236
this.updateState({ authReady: true });
236237
return of(error);

0 commit comments

Comments
 (0)