ui: unify shell identity rendering

This commit is contained in:
a.tolmachev
2026-04-12 02:06:20 +03:00
parent c69c327123
commit 22227ba523
3 changed files with 13 additions and 53 deletions
+3
View File
@@ -226,6 +226,9 @@
fetchSession: fetchSession,
replaceSession: replaceSession,
getCachedSession: function() { return sessionCache; },
renderShellIdentity: function() {
renderShellIdentity(sessionCache);
},
guardProtectedPage: guardProtectedPage,
guardLoginPage: guardLoginPage,
login: login,