16848: Adds test for idle timer reset via localStorage event.
[arvados-workbench2.git] / src / views-components / auto-logout / auto-logout.tsx
index 54411926d215d42d1898f58c96475c437668d402..f7e6f4b838d0082feff5c2bc8d9ff0f4d14c61cb 100644 (file)
@@ -50,7 +50,7 @@ const debounce = (delay: number | undefined, fn: Function) => {
     };
 };
 
-const LAST_ACTIVE_TIMESTAMP = 'lastActiveTimestamp';
+export const LAST_ACTIVE_TIMESTAMP = 'lastActiveTimestamp';
 
 export const AutoLogoutComponent = (props: AutoLogoutProps) => {
     let logoutTimer: NodeJS.Timer;