From ccaf9bdcbed1a96c88b7696e2b7ffe911944228b Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 11 Jan 2026 22:26:35 +0800 Subject: useless commit msg --- frontend/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/index.js b/frontend/index.js index e9de180..3141d50 100644 --- a/frontend/index.js +++ b/frontend/index.js @@ -4,6 +4,7 @@ window.location.href = './timer/'; } else { const urlCookie = await cookieStore.get("last_used_url"); + alert(urlCookie) if (urlCookie) { window.location.href = `./start/?machine=${urlCookie}`; -- cgit v1.2.3