update icon update password

This commit is contained in:
2024-07-09 16:20:28 +07:00
parent f86f727ac7
commit 1ed4ad5da0
3 changed files with 59 additions and 66 deletions

View File

@@ -26,10 +26,10 @@ export class HttpErrorInterceptorService {
});
// this.router.navigate(['/error/error404']);
} else if (error.status === 500) {
this.toastr.error("Error", error.message, {
timeOut: 3000,
closeButton: true,
});
// this.toastr.error("Error", error.message, {
// timeOut: 3000,
// closeButton: true,
// });
// this.router.navigate(['/error/error500']);
} else if (error.status === 502) {
this.toastr.error("Error", error.message, {