summaryrefslogtreecommitdiff
path: root/frontend/index.html
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-01 18:06:09 +0700
committeraltaf-creator <dev@altafcreator.com>2025-12-01 18:06:09 +0700
commit076791c52fc87b430e2bd0d36e5ef6fa11d6a782 (patch)
tree53d4147d607980509844fa2792ff160bfe453135 /frontend/index.html
parent182720dc2e9bcdc780194307629157efbb9d8578 (diff)
yay it works. changes to notification permission request
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html2
1 files changed, 1 insertions, 1 deletions
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/';
}