We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177233b commit 91b3b8eCopy full SHA for 91b3b8e
src/domains/login/hook/useIdleLogout.ts
@@ -5,7 +5,7 @@ import { useLogout } from './useLogout';
5
import { useToast } from '@/shared/hook/useToast';
6
import { useAuthStore } from '@/domains/shared/store/auth';
7
8
-const IDLE_TIMEOUT = 1 * 60 * 1000;
+const IDLE_TIMEOUT = 4 * 60 * 60 * 1000;
9
10
export const useIdleLogout = () => {
11
const handleLogout = useLogout();
0 commit comments