PAMapp/shared/services/httpClient.ts
@@ -64,7 +64,6 @@ }; function showErrorMessageBox(error: any): void { // console.log('error', error, error.response); setTimeout(() => { if (!_.includes(notRequireInterceptorErrorUrl, error.config.url)) { switch (error.response.status) {