mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-17 14:07:49 +00:00
fixup! (frontend) alternative auth without relying on sameSite cookie
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user