Fix authenticated BIM share promotion
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user