fix and update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user