ФУНКЦИИ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: устойчивый global logout и скрытие служебных экранов

This commit is contained in:
DCCONSTRUCTIONS
2026-05-05 11:53:48 +03:00
parent 583f1547e1
commit 09400f7db8
3 changed files with 60 additions and 31 deletions
+1 -1
View File
@@ -516,7 +516,7 @@ export function LauncherApp() {
}
if (!authSession) {
return <AuthStateScreen title="Проверяем сессию NODE.DC" description="Платформа подготавливает рабочую область и список приложений." />;
return null;
}
if (!authSession.authenticated) {