Fix api issue

This commit is contained in:
Arthur Belleville 2025-06-24 22:04:18 +02:00
parent 4949d03628
commit 7cc86c10a7
No known key found for this signature in database

View file

@ -42,6 +42,7 @@ export const UserStoreProvider = ({
streamToken: token,
};
},
enabled: !!session?.access_token,
});
if (isPending) {