mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
fix message
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user