fix: missing brace in users.js, ws double-increment, b64url stack overflow, docs storage

This commit is contained in:
2026-07-28 13:17:12 +00:00
parent ca27ea5522
commit f77473c13c
5 changed files with 16 additions and 6 deletions
+1
View File
@@ -64,6 +64,7 @@ async function loadUsers(abortController) {
state.refreshing = false;
}
}
}
function permissionLevel(perms, subsystem) {
return perms[subsystem] || '—';