Remove redundant badge

This commit is contained in:
2026-01-23 16:30:30 +01:00
parent 2da8b6b81e
commit f881d73dcc

View File

@@ -170,13 +170,6 @@ function renderSystemAdministrators(admins) {
title.textContent = admin;
titleRow.appendChild(title);
if (isInitialSysadmin) {
const badge = document.createElement("span");
badge.classList.add("chip", "subtle", "sysadmin-badge");
badge.textContent = "Initial system admin";
titleRow.appendChild(badge);
}
const subtitle = document.createElement("p");
subtitle.classList.add("muted");
subtitle.textContent = "System admin access";