update verif dkk

This commit is contained in:
Fanrouver
2026-02-05 12:06:25 +07:00
parent e2a5d43e76
commit 2838016244
7 changed files with 368 additions and 155 deletions

No files matched your search

+1 -1
View File
@@ -1,6 +1,6 @@
const config = useRuntimeConfig();
// Define session duration (default to 1 hour if not specified in config)
const SESSION_DURATION = (config.sessionDurationHours || 1) * 60 * 60;
const SESSION_DURATION = (config.sessionDurationHours || 1) * 60 * 60 * 24;
// This is the MAIN SESSION duration. It controls how long a user stays logged in.
// Current configuration: 1 hour (3600 seconds).