This commit is contained in:
2026-07-25 15:18:21 -05:00
parent 6594aece09
commit 1dcfc56844
11 changed files with 369 additions and 164 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ document.addEventListener("submit", async (event) => {
} else {
status.textContent = `Uploaded ${result.filename}; SHA-256 ${result.sha256}`;
window.setTimeout(() => {
window.location.assign("/portal?notice=Package+uploaded+and+registered");
window.location.assign("/portal/packages?notice=Package+uploaded+and+registered");
}, 900);
}
} catch (error) {