Add user feature permissions and unified account management
Magent CI/CD / verify (push) Canceled after 1m19s
Magent CI/CD / deploy-prod (push) Canceled after 0s
Magent CI/CD / deploy-beta (push) Canceled after 0s

This commit is contained in:
2026-09-11 12:31:25 +12:00
parent e2be8b3872
commit ec0a866ef3
32 changed files with 650 additions and 214 deletions
+1 -1
View File
@@ -618,7 +618,7 @@ export default function PortalClient({ workspace }: PortalClientProps) {
const loadOverview = async () => {
try {
const baseUrl = getApiBase()
const response = await authFetch(`${baseUrl}/portal/overview`)
const response = await authFetch(`${baseUrl}/portal/overview?kind=${workspace}`)
if (!response.ok) {
if (response.status === 401) {
clearToken()