Update templates/index.html
This commit is contained in:
parent
bc70f56954
commit
c3e69417a6
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue