fixup! (frontend) alternative auth without relying on sameSite cookie

This commit is contained in:
lebaudantoine
2026-08-14 17:43:08 +02:00
parent 597b2e7bc7
commit 9ea9c1dc62
@@ -46,9 +46,7 @@ const TransitCodeExchange = ({ children }: { children: React.ReactNode }) => {
useEffect(() => {
let isMounted = true
initializeAccessTokenFromFragment().finally(() => {
console.log('$$ transit code exchange finished')
if (isMounted) {
console.log('$$ setIsReady')
setIsReady(true)
}
})