From c3e69417a6b2adc2a22355dc6dd6ab1da91f1656 Mon Sep 17 00:00:00 2001
From: sij <sij@sij.law>
Date: Sat, 8 Feb 2025 00:48:17 +0000
Subject: [PATCH] Update templates/index.html

---
 templates/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/index.html b/templates/index.html
index 2fed699..1fa6d74 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -32,8 +32,8 @@
 
     <script>
         // Configuration values provided by the server
-        const TOKEN_RESET_HOUR = {{ config.token_reset_time_utc }};  // e.g., 0 for midnight UTC
-        const DOWNTIME_MINUTES = {{ config.downtime_before_token_reset }};  // e.g., 30 minutes
+        const TOKEN_RESET_HOUR = {{ token_reset_time_utc }};  // e.g., 0 for midnight UTC
+        const DOWNTIME_MINUTES = {{ downtime_before_token_reset }};  // e.g., 30 minutes
 
         function updateCountdown() {
             const now = new Date();