Add user feature permissions and unified account management
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user