Fix authenticated BIM share promotion

This commit is contained in:
CODEX
2026-06-23 14:08:12 +03:00
parent 33d2f03624
commit 48400c7d8c
4 changed files with 95 additions and 8 deletions
+7
View File
@@ -13,6 +13,13 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&display=swap">
<script src="/theme.js?v=3"></script>
<script>
(function () {
if (/^\/share\/[^/]+\/?$/.test(window.location.pathname || "")) {
document.documentElement.dataset.shareStartup = "guest";
}
}());
</script>
<script>
// Apply persisted theme ASAP to avoid initial flash of defaults
(function () {