Sync BIM session logout with Hub

This commit is contained in:
CODEX
2026-06-23 14:48:37 +03:00
parent 48400c7d8c
commit 66fc4960bf
4 changed files with 132 additions and 11 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<script>
(function () {
if (/^\/share\/[^/]+\/?$/.test(window.location.pathname || "")) {
document.documentElement.dataset.shareStartup = "guest";
document.documentElement.dataset.shareStartup = "pending";
}
}());
</script>