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