fix: typo in oidc_enabled field (previously oidc)

This commit is contained in:
skynono
2025-05-19 15:42:36 +08:00
parent 1f9fc09989
commit e1190f98e9

View File

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