fix: typo in oidc_enabled field (previously oidc)

This commit is contained in:
skynono
2025-05-19 15:42:36 +08:00
parent e0fc7a501f
commit 616ba15af1

View File

@@ -158,7 +158,7 @@ const Home = () => {
</p>
<p>
{t('OIDC 身份验证')}
{statusState?.status?.oidc === true
{statusState?.status?.oidc_enabled === true
? t('已启用')
: t('未启用')}
</p>