mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 10:54:11 -04:00
Put timer back to 25 minute kickoff
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
logoutUser();
|
||||
}
|
||||
}, 1000);
|
||||
}, 60 * 1000);
|
||||
}, 25 * 60 * 1000);
|
||||
|
||||
function logoutUser() {
|
||||
window.location.href = '/sign-out';
|
||||
|
||||
Reference in New Issue
Block a user