fix: remove never expiration

This commit is contained in:
tdurieux
2026-07-02 15:06:12 +03:00
parent 1c1993f972
commit 1edc9b7221
5 changed files with 9 additions and 8 deletions
+3
View File
@@ -1701,6 +1701,9 @@ angular
$scope.options.expirationDate.setDate(
$scope.options.expirationDate.getDate() + 90
);
const maxDate = new Date();
maxDate.setFullYear(maxDate.getFullYear() + 1);
$scope.maxExpirationDate = maxDate.toISOString().split("T")[0];
$scope.anonymize_readme = "";
$scope.readme = "";
$scope.html_readme = "";
+1 -1
View File
File diff suppressed because one or more lines are too long