feat(gateway): 接入统一认证中心本地登录
This commit is contained in:
@@ -83,7 +83,7 @@ function WorkspaceOverview(props: { data: ConsoleData }) {
|
||||
</CardHeader>
|
||||
<CardContent className="profileGrid">
|
||||
<InfoItem label="账号" value={owner?.username ?? '-'} />
|
||||
<InfoItem label="租户" value={owner?.tenantKey ?? 'default'} />
|
||||
<InfoItem label="租户" value={owner?.tenantKey || owner?.tenantId || 'default'} />
|
||||
<InfoItem label="身份源" value={owner?.source ?? 'gateway'} />
|
||||
<InfoItem label="API Key" value={String(props.data.apiKeys.length)} />
|
||||
</CardContent>
|
||||
|
||||
Reference in New Issue
Block a user