Merge branch 'develop' into 'main'

hint-palm

See merge request witapp/aura-webapp!676
This commit is contained in:
Daniil Chemerkin 2025-03-11 03:54:26 +00:00
commit 0b79bcd72f

View File

@ -100,7 +100,9 @@ export function InitializationProvider({ children }: InitializationProviderProps
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [dispatch, api, token, location.pathname]);
if (!isInitialized || (!session?.[source] && !isErrorSession)) {
if (!isInitialized
// || (!session?.[source] && !isErrorSession)
) {
return null;
}