We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae20b6 commit 8632dd4Copy full SHA for 8632dd4
1 file changed
apps/array/src/renderer/features/auth/stores/authStore.ts
@@ -5,6 +5,7 @@ import { logger } from "@renderer/lib/logger";
5
import { queryClient } from "@renderer/lib/queryClient";
6
import { trpcVanilla } from "@renderer/trpc/client";
7
import type { CloudRegion } from "@shared/types/oauth";
8
+import { sleepWithBackoff } from "@shared/utils/backoff";
9
import { useNavigationStore } from "@stores/navigationStore";
10
import { create } from "zustand";
11
import { persist, subscribeWithSelector } from "zustand/middleware";
@@ -13,7 +14,6 @@ import {
13
14
TOKEN_REFRESH_BUFFER_MS,
15
} from "@/constants/oauth";
16
import { ANALYTICS_EVENTS } from "@/types/analytics";
-import { sleepWithBackoff } from "@shared/utils/backoff";
17
18
const log = logger.scope("auth-store");
19
0 commit comments