From 076791c52fc87b430e2bd0d36e5ef6fa11d6a782 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Mon, 1 Dec 2025 18:06:09 +0700 Subject: yay it works. changes to notification permission request --- frontend/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/index.html') diff --git a/frontend/index.html b/frontend/index.html index 0eeb0b0..c67b294 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -35,7 +35,7 @@ (async () => { const result = await checkUserStatus(); if (result != "you got laundry") { - window.location.href = './start/'; + window.location.href = './status/'; } else { window.location.href = './timer/'; } -- cgit v1.2.3