From e5d96d19292224ea9513e145b02e35338eff0857 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Fri, 23 Jan 2026 09:50:33 +0800 Subject: machine override status --- frontend/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/index.js') diff --git a/frontend/index.js b/frontend/index.js index f4f89b3..12f1e97 100644 --- a/frontend/index.js +++ b/frontend/index.js @@ -5,7 +5,7 @@ } else { const urlCookie = await cookieStore.get("last_used_url"); - if (urlCookie) { + if (urlCookie && urlCookie != null && urlCookie != "null") { window.location.href = `./start/?machine=${urlCookie.value}`; } else { window.location.href = './status/' -- cgit v1.2.3