fix and update

This commit is contained in:
lendry
2026-06-30 19:23:17 +03:00
parent 2ea790d21d
commit d41c9d1121
2 changed files with 23 additions and 5 deletions

View File

@@ -143,7 +143,6 @@ export function AuthProvider({ children }: { children: React.ReactNode }) {
const onReady = () => setIsApiReady(true);
const onNotReady = () => {
setIsApiReady(false);
setIsSessionReady(false);
};
const unsubReady = subscribeApiReady(onReady);
const unsubNotReady = subscribeApiNotReady(onNotReady);