@ -77,12 +77,9 @@ export class StatusCodeErrorHandlerService implements CustomHttpErrorHandlerServ
switch (this.status) {
case 401:
this.authService.navigateToLogin();
break;
case 404:
if (this.status === 401) {
return;
}
if (canCreateCustomError) {
this.showPage();