diff options
| -rw-r--r-- | frontend/index.js | 1 |
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}`; |
