diff --git a/app.js b/app.js index 8ae77ea..791a6bb 100644 --- a/app.js +++ b/app.js @@ -165,8 +165,6 @@ function doSignOut() { function updateSidebarUser() { document.getElementById("sidebar-username").textContent = currentEmail || "Not signed in"; - const settingsEl = document.getElementById("settings-session-email"); - if (settingsEl) settingsEl.textContent = currentEmail || "—"; } /* ─── Navigation ─────────────────────────────────────────────────── */ @@ -187,9 +185,6 @@ document.querySelectorAll(".nav-item[data-section]").forEach((el) => { instances: "Instances", backup: "Backup", servers: "Servers", - settings: "Settings", - "coming-soon-firewall": "Firewall", - "coming-soon-ssl": "SSL / TLS", keys: "Keys", sales: "Sales", }; diff --git a/index.html b/index.html index ca0f531..8f489bb 100644 --- a/index.html +++ b/index.html @@ -45,21 +45,6 @@ DNS Records -
- -