summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2026-01-11 22:26:35 +0800
committeraltaf-creator <dev@altafcreator.com>2026-01-11 22:26:35 +0800
commitccaf9bdcbed1a96c88b7696e2b7ffe911944228b (patch)
treeabf1f04dcf78fafb0cdf9c91485739b77e40cdb2 /frontend
parente768428312a9cd0994b1c7237e9e6bd636a936b8 (diff)
useless commit msg
Diffstat (limited to 'frontend')
-rw-r--r--frontend/index.js1
1 files changed, 1 insertions, 0 deletions
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}`;