update icon update password
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user