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
+1 -2
View File
@@ -153,9 +153,8 @@
<div class="form-group">
<label class="paper-field-label" for="expiration">Expiration strategy</label>
<select class="form-control" id="expiration" name="expiration" ng-model="options.expirationMode">
<option value="never" selected>Never expire</option>
<option value="redirect">Redirect to GitHub</option>
<option value="remove">Remove anonymized repository</option>
<option value="remove" selected>Remove anonymized repository</option>
</select>
<small class="form-text text-muted">Define the expiration strategy for new repositories.</small>
</div>