Merge branch 'develop' into 'main'
hint-palm See merge request witapp/aura-webapp!676
This commit is contained in:
commit
0b79bcd72f
@ -100,7 +100,9 @@ export function InitializationProvider({ children }: InitializationProviderProps
|
|||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [dispatch, api, token, location.pathname]);
|
}, [dispatch, api, token, location.pathname]);
|
||||||
|
|
||||||
if (!isInitialized || (!session?.[source] && !isErrorSession)) {
|
if (!isInitialized
|
||||||
|
// || (!session?.[source] && !isErrorSession)
|
||||||
|
) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user