fix link stuff
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 29s

This commit is contained in:
2026-02-28 03:09:00 -05:00
parent 75f8fe97e1
commit 5b31d3079b

View File

@@ -208,11 +208,9 @@
if (isTrusted) {
document.getElementById('result-safe').style.display = 'block';
document.getElementById('result-safe-link').href = data;
// Go to the package page after 1 second to give user feedback that the scan was successful
setTimeout(function() {
window.location.href = data;
return;
}, 1000);
} else {
document.getElementById('result-warning').style.display = 'block';