Revert "Apply request change"

This reverts commit 3dac4e66a7.
pull/17544/head
Masum ULU 1 year ago
parent 3dac4e66a7
commit a8af6b9cfe

@ -77,13 +77,17 @@ export class StatusCodeErrorHandlerService implements CustomHttpErrorHandlerServ
switch (this.status) {
case 401:
this.authService.navigateToLogin();
break;
case 404:
if (canCreateCustomError) {
this.showPage();
break;
}
if (this.status === 401) {
this.authService.navigateToLogin();
break;
}
this.showConfirmation(title, message).subscribe();
break;

Loading…
Cancel
Save