path rewrite for workspace

This commit is contained in:
Nystik
2026-03-31 23:26:04 +02:00
parent eafc75a0a4
commit ad06e05fed
2 changed files with 59 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ function resolveVaultId() {
const urlParams = new URLSearchParams(window.location.search);
window.__currentVaultId =
urlParams.get("vault") || localStorage.getItem("last-vault") || "";
window.__workspaceName = urlParams.get("workspace") || "";
}
function initVaultConfig() {