Use your phone
-Scan to open http://pikit.local
-Once trusted, this page will auto-forward you to the secure dashboard.
@@ -148,23 +141,7 @@ }); }); - // Auto-open matching OS section - const ua = (navigator.userAgent || "").toLowerCase(); - const platform = (navigator.platform || "").toLowerCase(); - const openOne = (id) => { - const el = document.getElementById(id)?.parentElement; - if (el && el.tagName === "DETAILS") { - el.setAttribute("open", ""); - detailBlocks.forEach((other) => { - if (other !== el) other.removeAttribute("open"); - }); - } - }; - const has = (s) => ua.includes(s) || platform.includes(s); - if (has("windows")) openOne("win"); - else if (has("mac")) openOne("mac"); - else if (has("linux")) openOne("linux"); - else if (has("bsd")) openOne("bsd"); + // No auto-open: let users expand the platform they need. if (hasCookie) { statusChip.textContent = "HTTPS trusted — redirecting…";