summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2026-01-11 22:27:22 +0800
committeraltaf-creator <dev@altafcreator.com>2026-01-11 22:27:22 +0800
commitf0f17ad055b1af59b35749a6af8735657b3ec984 (patch)
tree089a15730f412f22c4520ff8be0e6dbd388865f4 /frontend
parentccaf9bdcbed1a96c88b7696e2b7ffe911944228b (diff)
useless commit msg
Diffstat (limited to 'frontend')
-rw-r--r--frontend/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/index.js b/frontend/index.js
index 3141d50..f4f89b3 100644
--- a/frontend/index.js
+++ b/frontend/index.js
@@ -4,10 +4,9 @@
window.location.href = './timer/';
} else {
const urlCookie = await cookieStore.get("last_used_url");
- alert(urlCookie)
if (urlCookie) {
- window.location.href = `./start/?machine=${urlCookie}`;
+ window.location.href = `./start/?machine=${urlCookie.value}`;
} else {
window.location.href = './status/'
}