mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
temporary add the refresh token on interceptor
This commit is contained in:
@@ -90,7 +90,8 @@ export class TokenInterceptor implements HttpInterceptor {
|
||||
|
||||
}),
|
||||
catchError((error) => {
|
||||
/* this.logoutUser(); */
|
||||
SessionStore.user.Authorization = "";
|
||||
SessionStore.user.RefreshToken = "";
|
||||
return of(false);
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user