Skip to content

Commit 5f71949

Browse files
committed
remove redundant js script
1 parent e3fe428 commit 5f71949

File tree

2 files changed

+0
-112
lines changed

2 files changed

+0
-112
lines changed

public/js/inactivity.js

Lines changed: 0 additions & 110 deletions
This file was deleted.

src/components/AutoLogout.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ function setTimers(warningDelay = defaultWarningDelay, logoutDelay = defaultLogo
2828
2929
warningTimeout = setTimeout(warningMessage, warningDelay); // 4 seconds for development, change later
3030
logoutTimeout = setTimeout(logout, logoutDelay); // 15 seconds for development, change later
31-
32-
console.log(`Auto logout set: warning in ${warningDelay/1000}s, logout in ${logoutDelay/1000}s`);
3331
}
3432
3533
let warningNotification: NotificationHandle;

0 commit comments

Comments
 (0)