fix ageanda update

This commit is contained in:
Peter Maquiran
2024-06-19 18:55:36 +01:00
parent 1ccc7a9fc9
commit 34dbd84f86
4 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ export class TokenInterceptor implements HttpInterceptor {
null
);
private excludedDomains = [ environment.apiChatUrl]; // Add the domains you want to exclude
private excludedDomains = [ 'Login', environment.apiChatUrl]; // Add the domains you want to exclude
constructor(private http: HttpClient, private router: Router,private httpErrorHandle: HttpErrorHandle,) { }
@@ -129,7 +129,7 @@ export class TokenInterceptor implements HttpInterceptor {
if(pathBeforeGoOut != "/auth") {
this.httpErrorHandle.httpsSucessMessagge('sessonExpired')
}
})
}
return of(false);