remove automatic refresh in case of error

This commit is contained in:
tdurieux
2022-10-04 09:40:08 +02:00
parent 3b5d675d3e
commit c05d6234eb

View File

@@ -1346,7 +1346,6 @@ angular
(err) => {
$scope.type = "error";
$scope.content = err.data.error;
setTimeout(init, 2500);
}
);
}