fix message

This commit is contained in:
Peter Maquiran
2024-10-15 10:41:21 +01:00
parent 48b6d671fe
commit 5ae4bc2411
5 changed files with 32 additions and 8 deletions
+10
View File
@@ -115,6 +115,11 @@ export class AuthService {
this.errorHandler.handleError(error);
this.httpErroHandle.loginHttpStatusHandle(error)
captureException(error);
if(error?.status == 403) {
console.log('error?.status == 403')
}
} finally {
return response
}
@@ -290,6 +295,11 @@ export class AuthService {
this.errorHandler.handleError(error);
this.httpErroHandle.loginHttpStatusHandle(error)
captureException(error);
if(error?.status == 403) {
console.log('error?.status == 403')
}
} finally {
return response
}