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 cb0dac0 commit d8a2fdcCopy full SHA for d8a2fdc
src/lib/providers/auth-store-provider.tsx
@@ -21,7 +21,6 @@ export const AuthStoreProvider = ({ children }: AuthStoreProviderProps) => {
21
const persistedStoreOrNull = authStore ? JSON.parse(authStore).state : null;
22
23
if (!storeRef.current) {
24
- // storeRef.current = createAuthStore(authStore);
25
storeRef.current = createAuthStore(persistedStoreOrNull);
26
}
27
0 commit comments